Improved instruction parser
This commit is contained in:
parent
a4ecaf0622
commit
78cde0d0bd
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