Crate rgo

Crate rgo 

Source
Expand description

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.

Re-exports§

pub use parser::Parser;

Modules§

ast
lexer
Lexer
parser
token

Structs§

Position

Functions§

parse