Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-21 | Distinguish first-pass function parser | Einhard Leichtfuß | |
2025-05-21 | Distinguish first-pass expression parser | Einhard Leichtfuß | |
2025-05-21 | Rename auxiliary parser modules | Einhard Leichtfuß | |
2025-05-21 | Remove obsolete type alias MainParser | Einhard Leichtfuß | |
2025-05-21 | Split up parser types | Einhard Leichtfuß | |
To be continued. | |||
2025-05-21 | Add first-pass function parser | Einhard Leichtfuß | |
2025-05-20 | Add `=` token to function definition | Einhard Leichtfuß | |
2025-05-20 | Reduce name parsers to nameP | Einhard Leichtfuß | |
There is no good reason to have different syntax for variable and function names, for example. | |||
2025-05-19 | Add function parser | Einhard Leichtfuß | |
Also, we now define and use proper symbol and keyword parsers. |