remove old parser, work towards rewritten parser

This commit is contained in:
Luna 2019-07-01 15:01:43 -03:00
parent fa47bd7a7e
commit 90f33e84fc
4 changed files with 48 additions and 248 deletions

3
examples/hello.v Normal file
View file

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