Expand description
A fast and simple rust parser combinator framework, originally developed for stylang
development.
Modulesยง
- errors
- This mod provides error types/traits used by this crate.
- input
- Types for source code abstraction
- lang
Input
andSpan
types for compute language parsing.- parser
- Terminator/Non-terminator parsing combinators
- span
- To represents a region of source code or input.
- syntax
- Types/Traits to support build syntax tree(struct/enum)