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

Missing AST Representations #118

Open
VincentRPS opened this issue Mar 17, 2025 · 1 comment
Open

Missing AST Representations #118

VincentRPS opened this issue Mar 17, 2025 · 1 comment
Milestone

Comments

@VincentRPS
Copy link
Contributor

VincentRPS commented Mar 17, 2025

  • if statements (including = the result of an if/switch statement)
  • switch statements
  • defer statement (including defer blocks)
  • lambda functions ((...) => { ... }
  • macros (I'm not fully sure what the final syntax is looking like, and I don't really care too much as long as it isn't overly complex. I'll let you deal with it)
  • enum/struct implementations (struct A impl (B, C, D))
  • decorators (@enter, @encode("JSON"))
  • default struct / function argument values
  • generics
  • manual lifetimes (?)
  • let exprs (variable bindings)
  • struct instantiation syntax
  • value piping
  • (for the future analyzer LSP) triple comments (///) for docstrings
  • while/for
@VincentRPS VincentRPS added this to the 0.1 milestone Mar 17, 2025
Copy link

linear bot commented Mar 17, 2025

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