Crate scdlang
Source pub use external::Parser as Transpiler;
- external
- Collection of Trait for extending core functionality.
Useful for creating transpiler, codegen, or even compiler.
- grammar
- A helper module for aliasing several generated
Rule which alias of pest::RuleType - prelude
- A prelude providing convenient access to commonly-used features of scdlang core parser.
- semantics
- A module for acessing semantics type.
- utils
- Collections of helper module.
- Scdlang
- Core parser and also
Builder.
- Error
- Parse-related error type.
- parse
- Wrapper for
pest::Parser::parse