gccjitd ~master (2018-07-19T06:24:39Z)
Home
Dub
Repo
TokenClass
toy
ast
// AST /////
class
TokenClass {
string
value
;
this
(string value);
}
Constructors
this
this
(string value)
Undocumented in source.
Members
Variables
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
toy
ast
classes
AndExp
AssignStatement
BinExp
CmpExp
CompoundStatement
Expression
IfStatement
IntegerExp
Keyword
NotExp
OrExp
PrintStatement
Statement
TokenClass
VarExp
WhileStatement
// AST /////