Implemented struct parser
This commit is contained in:
parent
fc1b970f7f
commit
51e3c1ba0e
19 changed files with 388 additions and 252 deletions
1
tests/errors/ExpectedStructName.q
Normal file
1
tests/errors/ExpectedStructName.q
Normal file
|
@ -0,0 +1 @@
|
|||
struct{}
|
3
tests/errors/InvalidInstructionString.q
Normal file
3
tests/errors/InvalidInstructionString.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
"Hello"
|
||||
}
|
1
tests/errors/InvalidInstructionTopLevel3.q
Normal file
1
tests/errors/InvalidInstructionTopLevel3.q
Normal file
|
@ -0,0 +1 @@
|
|||
+
|
Loading…
Add table
Add a link
Reference in a new issue