Improved instruction parser
This commit is contained in:
parent
cf696a6f10
commit
57f1da10fe
7 changed files with 114 additions and 54 deletions
5
src/errors/CompileErrors.go
Normal file
5
src/errors/CompileErrors.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package errors
|
||||
|
||||
var (
|
||||
MissingAssignmentValue = &Base{"Missing assignment value"}
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue