Age | Commit message (Expand) | Author |
---|---|---|
2021-04-30 | Update AST and parser for lambda expressions. | Greg Brown |
2021-04-30 | Move items in `nibble::cst` to `nibble` | Greg Brown |
2021-01-14 | Finish AutoChomp | Greg Brown |
2021-01-06 | Restructure code base to separate compilation phases. | Greg Brown |
2020-12-31 | First complete working version. | Greg Brown |
2020-12-08 | Make substitution into a macro. | Greg Brown |
2020-11-25 | Add let statements | Greg Brown |
2020-11-25 | Add substitution. | Greg Brown |
2020-11-25 | Change associativity of cat and alt | Greg Brown |
2020-11-25 | Change syntax | Greg Brown |
2020-11-21 | Add code generation | Greg Brown |
2020-11-19 | Switch typing to use traits | Greg Brown |
2020-11-19 | Switch parsing core to syn | Greg Brown |
2020-11-18 | Convert concrete to abstract syntax tree | Greg Brown |
2020-11-09 | Rename Seq to Cat | Greg Brown |
2020-11-09 | Parser with some tests | Greg Brown |