Initial commit; a basic Logos lexer and some tests.
This commit is contained in:
5
src/syntax.rs
Normal file
5
src/syntax.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//use lalrpop_util::lalrpop_mod;
|
||||
|
||||
pub mod tokens;
|
||||
//lalrpop_mod!(pub parser);
|
||||
pub mod ast;
|
||||
Reference in New Issue
Block a user