Crate scdlang

Source

Re-exports§

pub use external::Parser as Transpiler;

Modules§

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.

Structs§

Scdlang
Core parser and also Builder.

Enums§

Error
Parse-related error type.

Functions§

parse
Wrapper for pest::Parser::parse