Logo
Explore Help
Register Sign In
zaphar/ucg
1
0
Fork 0
You've already forked ucg
mirror of https://github.com/zaphar/ucg.git synced 2025-07-23 18:29:50 -04:00
Code Issues Packages Projects Releases Wiki Activity
ucg/src/lib.rs

16 lines
225 B
Rust
Raw Normal View History

Basic Parsing for the language. The start of defining a languge for configuration generation.
2017-05-05 22:33:25 -05:00
#[macro_use]
extern crate nom;
#[macro_use]
extern crate quick_error;
Refactor into separate modules for parsing and interpreting.
2017-06-07 20:14:40 -05:00
pub mod parse;
Add the build module. Builder struct that takes a list of Statements and constructs a Tuple from it.
2017-06-08 22:15:48 -05:00
pub mod build;
Basic Parsing for the language. The start of defining a languge for configuration generation.
2017-05-05 22:33:25 -05:00
Refactor into separate modules for parsing and interpreting.
2017-06-07 20:14:40 -05:00
pub use parse::Value;
pub use parse::Expression;
pub use parse::Statement;
Basic Parsing for the language. The start of defining a languge for configuration generation.
2017-05-05 22:33:25 -05:00
Refactor into separate modules for parsing and interpreting.
2017-06-07 20:14:40 -05:00
pub use parse::parse;
Add the build module. Builder struct that takes a list of Statements and constructs a Tuple from it.
2017-06-08 22:15:48 -05:00
pub use build::Builder;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 562ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API