Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Opcodes.py File Reference

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.
 

Detailed Description

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.