Implemented expression parsing
This commit is contained in:
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)
|
||||
}
|
Reference in New Issue
Block a user