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

This file defines a class that helps to determine the semantics of the Python computer language, for syntax highlighting. More...

Classes

class  Plugins.Content.Parse.Lex.python.python
 A class that represents the syntax and rules of the Python language. More...
 

Variables

dictionary Plugins.Content.Parse.Lex.python.PythonOpcodes
 Python opcodes understood the by the parser.
 
dictionary Plugins.Content.Parse.Lex.python.PythonRules
 Python syntax rulesets. More...
 
dictionary Plugins.Content.Parse.Lex.python.PythonCharacterTypes
 Python character types. More...
 

Detailed Description

This file defines a class that helps to determine the semantics of the Python computer language, for syntax highlighting.