Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Package ast provides structures for representing parsed source code.
|
Package ast provides structures for representing parsed source code. |
cmd
|
|
Package compiler translates the ast structures that represent the parsed course code into instructions that can be executed by the VM.
|
Package compiler translates the ast structures that represent the parsed course code into instructions that can be executed by the VM. |
Package lexer converts source code into tokens.
|
Package lexer converts source code into tokens. |
Package number contains the implementation of the number data type.
|
Package number contains the implementation of the number data type. |
Package parser translates the linear stream of tokens into ast structures based on the syntax of the ok language.
|
Package parser translates the linear stream of tokens into ast structures based on the syntax of the ok language. |
Package instruction contains all the instructions created by the compiler and executed by the VM.
|
Package instruction contains all the instructions created by the compiler and executed by the VM. |
Click to show internal directories.
Click to hide internal directories.