Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugPrintLocation ¶
Types ¶
type FloatLiteral ¶
type IntLiteral ¶
type Node ¶
type Node interface {
GetInfo() Info
}
TODO: Get rid of Node, everything is a function, even ints and strings
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
TODO: Add a callback that accepts a func or a static global and adds it to the llvm module for JIT compilation.
func (*Parser) DebugPrintTokenLocation ¶
type StringLiteral ¶
Click to show internal directories.
Click to hide internal directories.