antimony-lang 0.7.0

The Antimony programming language
1
2
3
4
5
# Builder

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

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