Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler Front-End Tasks #327

Open
7 tasks
DavePearce opened this issue Oct 8, 2024 · 0 comments
Open
7 tasks

Compiler Front-End Tasks #327

DavePearce opened this issue Oct 8, 2024 · 0 comments

Comments

@DavePearce
Copy link
Collaborator

DavePearce commented Oct 8, 2024

This issue is just to bring together a list of all the things which need to be done in order to compile source-level corset constraints:

  • (Syntax). The current syntax for HIR files needs to be fixed to follow corset syntax properly.
  • (Functions). Need support for functions declared via defun and defpurefun.
  • (Aliases). Need support for aliases declared via defunalias
  • (Type Checking). Need support for corset types (e.g. :binary@bool) and type checking.
  • (Arrays). Need support for array types
  • (Misc). Need support for :display and :opcode attributes.
  • (Files). Need support for reading multiple source files.

@booleanfunction FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant