Crate ucglib

Source
Expand description

§ucg, A universal configuration grammar.

Language reference is at https://ucg.marzhillstudios.com/reference

Re-exports§

pub use crate::ast::Expression;
pub use crate::ast::Statement;
pub use crate::ast::Value;
pub use crate::build::FileBuilder;
pub use crate::build::Val;
pub use crate::parse::parse;

Modules§

ast
The definitions of the ucg AST and Tokens.
build
The build stage of the ucg compiler.
convert
The conversion stage of the ucg compiler.
error
Errors for use by the ucg compiler.
io
iter
Input stream wrappers for use in abortable_parser.
parse
The Parsing stage of the ucg compiler.
tokenizer
The tokenization stage of the ucg compiler.