Implemented expression parsing
This commit is contained in:
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