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

Scrape DSL #14

Open
1 of 18 tasks
9glenda opened this issue Dec 28, 2023 · 0 comments
Open
1 of 18 tasks

Scrape DSL #14

9glenda opened this issue Dec 28, 2023 · 0 comments

Comments

@9glenda
Copy link
Member

9glenda commented Dec 28, 2023

  • Type checker error messages
  • templates
  • match expression
  • maybe statements
  • maybe let statements
  • maybe return statements
  • syntax speciffication
  • error messages
  • enums
  • http methods
  • DOM manipulation
  • Result types
  • evaluator
  • maybe proc macro
  • if expressions
  • AST simplification (removing let nodes completely)
  • Comments
  • look at sml features and implement them

Example expressions

One line per Expression

let a = 1 in a
if true then 1 else 2
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