diff --git a/src/builder/README.md b/src/builder/README.md new file mode 100644 index 0000000..0b5f98c --- /dev/null +++ b/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.