Implemented expression parsing
This commit is contained in:
parent
1b99722cd8
commit
0ed071a7ee
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