Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-19 | BLoC/BLoCade optimizer integration | Marvin Borner | |
In many cases, shared-by-abstraction BLC is more performant (and notably smaller) than the current output where every term just gets substituted (and potentially duplicated) directly. BLoC in combination with BLoCade's shared BLC target optimizes this automatically by trying to find the terms that would most benefit from deduplication and abstracting them respectively. Paging @tromp since we talked about this. This commit also introduces better argument parsing using optparse-applicative. | |||
2023-11-11 | Added basic syntax highlighting to wiki | Marvin Borner | |
2023-11-06 | Started creating new docs with wiki | Marvin Borner | |