You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Garrit Franke 8673ea405d docs: add documentation for builder 3 years ago
..
README.md docs: add documentation for builder 3 years ago
mod.rs chore: extract AST to own module 3 years ago

README.md

Builder

The builder module provides a simple interface to compile a Sabre program.

The Builder structure takes in a path to a Sabre program. Calling .build() will construct the internal representation of the program, and .generate() outputs the program to a target file.