add mode grammar

This commit is contained in:
Masato Imai
2022-07-14 11:29:34 +09:00
parent 0e0952d40a
commit 2cc8651e7e
7 changed files with 205 additions and 199 deletions

3
test.gpsl Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println("test");
}