Commit graph

5 commits

Author SHA1 Message Date
73e32252c4 Parse table destructuring 2022-11-18 21:44:25 +01:00
a82b625631 Add builtins to ast and parse them 2022-11-18 21:17:05 +01:00
4fdce864d3 Forbid using keywords as identifiers 2022-11-18 21:05:57 +01:00
41723eb4ca Parse comments in whitespace 2022-11-18 20:59:51 +01:00
a559966c1d Split up parser
The structure mostly follows the ast structure, with some slight
changes. Each parser submodule documents which ast submodule it
corresponds to.

This parser is not yet complete, and I have yet to go through its
modules one-by-one to fix and complete them.
2022-11-18 20:20:37 +01:00