Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add each rule to the compiler instead of joining
Since compiler.add_source allows for it to be called multiple times, we can simply loop over each rule and call it once for each, rather than trying to join all the rules into one big string then compiling.
- Loading branch information