Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only regenerate parser if grammar has changed (#158)
Previously, `slime_parser.erl` was regenerated on each compilation, which casued any file depending on it to be recompiled, even if nothing changed. This continues to generate the grammar each time, but if it doesn't differ from what's on disk, skip regenerating the parser.
- Loading branch information