Commit Graph

5 Commits

Author SHA1 Message Date
d6a80e4961 dummy.cl: Update to include while expressions 2023-10-16 22:55:07 -05:00
48f5e5248c conlang: Add break, true, false keywords, and example file 2023-09-28 01:31:46 -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
24f7c95ae2 dummy.cl: Add the new comment types to the example 2023-09-22 23:57:30 -05:00
8f66a64924 Initial Commit 2023-09-21 15:41:12 -05:00