Commit Graph

4 Commits

Author SHA1 Message Date
6589376870 Update .gitignore 2024-04-13 03:38:32 -05:00
e4c827e429 Update .gitignore 2023-10-16 22:32:22 -05:00
097e2c4f11 conlang: Rename literals; split, compose, and document Rules
- Renamed literal Types to reflect their literal nature
  - This allows for consistent naming across future non-literal Types
- Complicated lexer Rules have been split into composable sub-rules,
  and moved into the Rule struct.
  - This improves modularity, and allows sharing of sub-rules across rules.
- Documented each lexer rule with (at least) a one-line blurb
  describing its function
2023-09-27 18:13:01 -05:00
8f66a64924 Initial Commit 2023-09-21 15:41:12 -05:00