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

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

Classes

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

Variables

dictionary Plugins.Content.Parse.Lex.c.COpcodes
 C opcodes understood by the parser.
 
dictionary Plugins.Content.Parse.Lex.c.CRules
 C syntax rulesets. More...
 
dictionary Plugins.Content.Parse.Lex.c.CCharacterTypes
 C character types. More...
 

Detailed Description

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