Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-12 | Disabled LLVM flag | Marvin Borner | |
2024-02-29 | Removed stacks test dir | Marvin Borner | |
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-10-06 | Fun with monads | Marvin Borner | |
2023-06-02 | Updated builders | Marvin Borner | |
2023-03-09 | Added deepseq for better timing (no overhead) | Marvin Borner | |
2023-03-07 | Fixed unsafe randomness and optimization | Marvin Borner | |
Enabling optimization greatly improved reduction times (obviously). Will investigate further optimizations in the future. | |||
2023-02-24 | Moved number implementations | Marvin Borner | |
2023-02-23 | Added watch command | Marvin Borner | |
2023-02-21 | Implemented RKNL in Haskell | Marvin Borner | |
2022-08-23 | Added advanced suggestion AI | Marvin Borner | |
blockchain soon | |||
2022-08-19 | General improvements | Marvin Borner | |
2022-08-07 | Things | Marvin Borner | |
lol | |||
2022-07-24 | Trying a new syntax | Marvin Borner | |
Let's see | |||
2022-07-18 | Moved/improved standard library | Marvin Borner | |
and other things | |||
2022-07-16 | Got some things working | Marvin Borner | |
2022-06-30 | Very basic syntax highlighting | Marvin Borner | |
2022-06-30 | Config, colors and completion | Marvin Borner | |
(the three c's were completely random btw) | |||
2022-06-18 | Switched to Megaparsec | Marvin Borner | |
2022-06-17 | Some binary magic | Marvin Borner | |
2022-04-20 | Dödödö | Marvin Borner | |
2022-04-12 | Initial commit | Marvin Borner | |