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.

6 lines
281 B

# 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.