lwb-parser 0.1.7

parser framwork with automatically generated ASTs for the LWB project
Documentation
1
2
3
4
5
6
7
8
9
/// Contains code related to abstract syntax
/// trees generated from the syntax definitions
/// for user-defined languages.
pub mod ast;

/// Contains code related to the peg parser.
pub mod peg;

pub mod syntax_file;