Documentation Ā¶
Overview Ā¶
builder builds packages
gen_load handles loading of expressions
Semantic Analyzer to produce IR struct
Source Files Ā¶
- 0debugbuiltin.go
- builder.go
- byte_stream.go
- debug.go
- dumper.go
- gen.go
- gen_abi.go
- gen_assign.go
- gen_builtin.go
- gen_call.go
- gen_control_flow.go
- gen_globalvar.go
- gen_load.go
- gen_main.go
- gen_map.go
- gen_save.go
- gen_string.go
- inferrer.go
- main.go
- nodes.go
- parser.go
- predeclare.go
- scanner.go
- scope.go
- sema.go
- token.go
- type.go
Directories Ā¶
Path | Synopsis |
---|---|
internal
|
|
runtime
Declarations only.
|
Declarations only. |
samples
|
|
gosamples/sum
GOOS=linux GOARCH=amd64 go tool compile -N -S sum.go > sum.s
|
GOOS=linux GOARCH=amd64 go tool compile -N -S sum.go > sum.s |
stdlib
|
|
syscall
Declarations only.
|
Declarations only. |
t
|
|
getdents
Translation of http://man7.org/linux/man-pages/man2/getdents64.2.html#top_of_page
|
Translation of http://man7.org/linux/man-pages/man2/getdents64.2.html#top_of_page |
terror
|
|
Click to show internal directories.
Click to hide internal directories.