Documentation
¶
Index ¶
Constants ¶
View Source
const ( INT = "INT" STRING = "STRING" FLOAT = "FLOAT" EOL = "EOL" EOF = "EOF" COMMENT = "COMMENT" LabelName = "LABEL_NAME" LABEL = "LABEL" ILLEGAL = "ILLEGAL" // Instructions ICONST = "ICONST" SCONST = "SCONST" FCONST = "FCONST" IADD = "IADD" ISUB = "ISUB" IMUL = "IMUL" IDIV = "IDIV" JMP = "JMP" JMPT = "JMPT" JMPF = "JMPF" IEQ = "IEQ" ILT = "ILT" COPY = "COPY" GLOAD = "GLOAD" GSTORE = "GSTORE" LOAD = "LOAD" STORE = "STORE" CALL = "CALL" RET = "RET" PRINT = "PRINT" PRINTC = "PRINTC" HALT = "HALT" )
Types
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.