Browse Source

docs: add documentation for builder

master
Garrit Franke 3 years ago
parent
commit
8673ea405d
  1. 5
      src/builder/README.md

5
src/builder/README.md

@ -0,0 +1,5 @@
# 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.
Loading…
Cancel
Save