Crate rgo [] [src]

Welcome to rgo!

Compilation is a pipeline, which works (roughly) like this:

Lexical analysis -> Parsing -> Translation

Each part should be loosely coupled with the others, only relying on a somewhat stable public API.

Reexports

pub use parser::Parser;

Modules

ast
lexer
parser
token

Structs

Position

Functions

parse