v0.2 - OCaml libraries to manipulate Erlang
leostera opened this issue · 1 comments
leostera commented
Summary
v0.1 of this library focused on getting as much of the language as possible handled by the parser, AST, and printer. This next version should complete that work, and put some emphasis on the usability of the parser with better errors by tracking location information.
Checklist
Usability and Errors
- Tokens carry positioning information
Language Support
Pattern Language
- Record patterns
Expression Language
- Arbitrary sequences (right now we're forced to use
_ = (expr),
) - List expressions:
- List comprehensions
- Record expressions
- New record
- Record update