Initial commit
Includes: runtime base from a previous project, syn(tax) module with parser and lexer Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
5
src/bin/not.rs
Normal file
5
src/bin/not.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use not_python::syn;
|
||||
|
||||
fn main() {
|
||||
println!("hell world");
|
||||
}
|
||||
Reference in New Issue
Block a user