Implemented expression parsing
This commit is contained in:
parent
864c9c7b43
commit
ef16bdb4c7
18 changed files with 618 additions and 99 deletions
3
tests/benchmarks/empty.q
Normal file
3
tests/benchmarks/empty.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
|
||||
}
|
7
tests/benchmarks/expressions.q
Normal file
7
tests/benchmarks/expressions.q
Normal file
|
@ -0,0 +1,7 @@
|
|||
main() {
|
||||
()
|
||||
1+(2*3)
|
||||
(1+2)
|
||||
f(x)
|
||||
(a+b)(c)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue