Crate lwb_parser

Source

Re-exports§

pub use bincode;

Modules§

codegen
Code related to generating rust source files from language definitions. Usually used from build.rs files.
codegen_prelude
Collection of imports used in automatically generated files (to avoid listing many imports in them). Should not generally be used directly by users of rust-lwb
config
Code related to configuring rust-lwb
error
language
! Docs at https://jonay2000.github.io/rust-lwb/ Code describing languages created with rust-lwb
parser
Contains code related to syntax definitions and parsing target languages based on these definitions. Also contains sort/constructor related code and code generation for these. Contains the PEG parser.
sources
Contains code related to source code of languages such as spans, and the [SourceFile] struct.

Macros§

language