Arena
1.0
A content management system
|
This file defines a class that binds an opcode to a token string. More...
Classes | |
class | Library.Parse.Lex.Opcodes.AnOpcode |
An opcode that matches a token string to an internal value used by a parser. More... | |
class | Library.Parse.Lex.Opcodes.AnOpcodeSet |
A set of opcodes. More... | |
Variables | |
string | Library.Parse.Lex.Opcodes.oStringRepresentation = "\"{token}\"" |
The format used to create a representation of AnOpcode. | |
This file defines a class that binds an opcode to a token string.
It also defines a class that manages a set of opcodes, which can be used to check the syntax of a computer statement.