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

Custom compile-time functions (Continuation of #19) #56

Open
4 tasks
VonTum opened this issue Jan 29, 2025 · 0 comments
Open
4 tasks

Custom compile-time functions (Continuation of #19) #56

VonTum opened this issue Jan 29, 2025 · 0 comments
Labels
enhancement New feature or request Request Input These are issues about the design of the language, and thus should be discussed

Comments

@VonTum
Copy link
Collaborator

VonTum commented Jan 29, 2025

  • Updating flattening such that the instructions within const are all generative
  • Updating abstract typecheck to pass over const (not a big deal, since everything's shared in LinkInfo)
  • Updating Execute, such that it can call other execute instances recursively to evaluate constants
  • Updating tree-walk to show the content of const (and maybe struct too, if we're editing that anyhow, most code would be shared)
@VonTum VonTum marked this as a duplicate of #10 Jan 30, 2025
@VonTum VonTum added enhancement New feature or request Request Input These are issues about the design of the language, and thus should be discussed labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Request Input These are issues about the design of the language, and thus should be discussed
Projects
None yet
Development

No branches or pull requests

1 participant