gccjitd ~master (2018-07-19T06:24:39Z)
Home
Dub
Repo
Backend.compile
toy
backend
Backend
Undocumented in source. Be warned that the author may not have intended to support it.
void
compile
(AssignStatement as)
void
compile
(CompoundStatement cs)
void
compile
(IfStatement ifs)
void
compile
(WhileStatement ws)
void
compile
(PrintStatement ps)
BEValue
compile
(IntegerExp ie)
BEValue
compile
(VarExp ve)
BEValue
compile
(BinExp be)
BEValue
compile
(CmpExp ce)
BEValue
compile
(AndExp ae)
class
Backend
BEValue
compile
(
AndExp
ae
)
BEValue
compile
(OrExp oe)
BEValue
compile
(NotExp ne)
Meta
Source
See Implementation
toy
backend
Backend
constructors
this
functions
compile
run
variables
block
context
func