Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lebonesco/go-compiler
/ types & classes
Types & classes
25 in github.com/Lebonesco/go-compiler
⨍
Functions
112
◇
Types & classes
25
Struct
AssignStatement
Statements
ast/types.go:32
Interface
Attrib
every element is an Attrib
ast/types.go:6
Struct
BlockStatement
ast/types.go:62
Struct
Boolean
ast/types.go:91
Struct
Environment
checker/environment.go:49
Interface
Expression
all expression nodes
ast/types.go:26
Struct
ExpressionStatement
ast/types.go:74
Struct
ForStatement
ast/types.go:51
Struct
FormalArg
ast/types.go:46
Struct
FunctionCall
ast/types.go:114
Struct
FunctionStatement
ast/types.go:38
Struct
Identifier
Expressions
ast/types.go:86
Struct
IfStatement
ast/types.go:67
Struct
InfixExpression
ast/types.go:106
Struct
InitStatement
ast/types.go:79
Struct
IntegerLiteral
ast/types.go:96
TypeAlias
Methods
checker/environment.go:29
Interface
Node
base interface
ast/types.go:15
Struct
Program
root node
ast/types.go:9
Struct
ReturnStatement
ast/types.go:57
Struct
Signature
checker/environment.go:24
Interface
Statement
all statement nodes
ast/types.go:20
Struct
StringLiteral
ast/types.go:101
Struct
Test
checker_test.go:11
Struct
Test
scanner_test.go:10