Directories
¶
| Path | Synopsis |
|---|---|
|
Package ast defines the abstract syntax tree nodes for the Meow language.
|
Package ast defines the abstract syntax tree nodes for the Meow language. |
|
Package codegen translates the Meow AST into Go source code.
|
Package codegen translates the Meow AST into Go source code. |
|
Package lexer implements the lexical scanner for the Meow language.
|
Package lexer implements the lexical scanner for the Meow language. |
|
Package parser implements a Pratt (precedence-climbing) recursive descent parser for the Meow language.
|
Package parser implements a Pratt (precedence-climbing) recursive descent parser for the Meow language. |
|
Package token defines the lexical token types, keywords, and source positions used throughout the Meow language compiler.
|
Package token defines the lexical token types, keywords, and source positions used throughout the Meow language compiler. |
Click to show internal directories.
Click to hide internal directories.