bash/cauliflambda

Separate AST from internal representation

Opened this issue · 0 comments

bash commented

The AST should be as close to the entered syntax as possible. This makes warnings / suggestions much more powerful.

Some differences:

  • The parser allows abstractions with more than one variable.
  • The parser allows grouping using parenthesis.