Directories ¶
Path | Synopsis |
---|---|
src
|
|
subc/ast
Package ast defines all the nodes for a SubC AST.
|
Package ast defines all the nodes for a SubC AST. |
subc/compile
Package compile provides an interface for compiling a type checked parse tree into native code.
|
Package compile provides an interface for compiling a type checked parse tree into native code. |
subc/compile/arch/amd64
Package amd64 contains a code emitter for generating code for the x86_64 architecture.
|
Package amd64 contains a code emitter for generating code for the x86_64 architecture. |
subc/compile/arch/arm6
Package arm6 contains a code emitter to generate code for the ARMv6 architecture.
|
Package arm6 contains a code emitter to generate code for the ARMv6 architecture. |
subc/compile/arch/darwinamd64
Package darwinamd64 contains code to generate a x86_64 architecture that is running on darwin.
|
Package darwinamd64 contains code to generate a x86_64 architecture that is running on darwin. |
subc/compile/arch/i386
Package i386 contains code to generate code for the x86 architecture.
|
Package i386 contains code to generate code for the x86 architecture. |
subc/scan
Package scan implements a scanner for the SubC language.
|
Package scan implements a scanner for the SubC language. |
subc/types
Package types provide a type-checker for the SubC language.
|
Package types provide a type-checker for the SubC language. |
Click to show internal directories.
Click to hide internal directories.