mirror of https://git.sr.ht/~garritfra/sabre
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.
|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
mod.rs | 2 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.