Conlang/cl-parser/src
John a56ee38b15 cl-parser: General cleanup and maintenance
- Made infallible rules infallible
- Don't double-check keywords where keywords are required.
  - Of course, this change means rules aren't self-contained
- Rename the `Call` precedence level
- Made member-access operators left-associative
- Removed the useless `Nothing` error type. :(
2024-04-18 21:04:16 -05:00
..
error.rs cl-parser: General cleanup and maintenance 2024-04-18 21:04:16 -05:00
lib.rs all: #![warn(clippy::all)] 2024-02-29 21:04:45 -06:00
parser.rs cl-parser: General cleanup and maintenance 2024-04-18 21:04:16 -05:00