10 Commits

Author SHA1 Message Date
72291c652d Small dependency ordering optimizations 2025-01-26 16:08:34 -06:00
c9d0d04630 # File eval mode now relies on main function
To encourage organizing code in a way that helps in understanding, I
have implemented the common idiom of requiring a `main` function. In
tricu and other functional languages, it is usually placed near the top
of the module. The evaluator gracefully handles the situation of passing
multiple files where the intermediary "library" files do not have main functions.
2025-01-26 15:33:12 -06:00
cbf23bc569 Remove Nix caching that can't work due to /nix/store permissions 2025-01-23 17:59:47 -06:00
8b0db2c935 Update README to reflect demo 2025-01-23 17:36:39 -06:00
9dbcde08ca Minify and mark as pre-release 2025-01-23 17:23:02 -06:00
5216cc4e5b Release 0.6.0 2025-01-23 16:44:14 -06:00
118062d33c All paths for caching cabal included :) 2025-01-21 17:00:20 -06:00
74bc9a47fc Use runner 0.1.0 2025-01-21 16:49:15 -06:00
08c5b3a74e Update Cabal caching path 2025-01-21 16:48:29 -06:00
56f0c2860a CI/CD for tests and builds (broken caching) 2025-01-21 13:29:52 -06:00