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

Basic AST types #6

Open
5 of 19 tasks
MaxDesiatov opened this issue May 31, 2019 · 0 comments
Open
5 of 19 tasks

Basic AST types #6

MaxDesiatov opened this issue May 31, 2019 · 0 comments
Assignees

Comments

@MaxDesiatov
Copy link
Owner

MaxDesiatov commented May 31, 2019

  • Simple literal expressions
  • Ternary expressions
  • Identifier expressions
  • Function applications
  • Variable and constant declarations
  • Closure expressions
  • Value members of struct declarations
  • Compound literal expressions (arrays, dictionaries, string interpolations)
  • Operators (represented as simple function applications in AST)
  • Simple function declarations with concrete types
  • protocol declarations
  • Generic function declarations with protocol constraints
  • as operator
  • as! operator
  • as? operator
  • Explicit signatures
  • Existential types
  • Static members of struct declarations
  • enum declarations
@MaxDesiatov MaxDesiatov changed the title Implement syntax visitor producing AST Implement conversion from syntax nodes to AST Jun 1, 2019
@MaxDesiatov MaxDesiatov added the good first issue Good for newcomers label Jun 1, 2019
@MaxDesiatov MaxDesiatov removed the good first issue Good for newcomers label Jun 5, 2019
@MaxDesiatov MaxDesiatov changed the title Implement conversion from syntax nodes to AST Basic AST types Jun 7, 2019
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

2 participants