• Joined on 2022-09-21
dane pushed to master at dane/d- 2025-01-03 09:27:04 -06:00
1e3191340c Add "conjoin" from chicken scheme
7e00aac988 Dropping when-not (because its unless)
Compare 2 commits »
dane pushed to master at dane/d- 2024-12-16 10:38:10 -06:00
5b69379de1 Add amb and distinct?
dane pushed to master at dane/d- 2024-11-22 09:29:22 -06:00
e209bfe130 Add "upply" (U-shaped apply, names are hard)
dane pushed to master at dane/d- 2024-11-21 23:15:12 -06:00
e6209fa8a4 Add iterate and macro-expand
dane pushed to master at dane/d- 2024-11-21 18:20:05 -06:00
7ba64111ba Add test suite to makefile
dane pushed to master at dane/d- 2024-11-21 18:18:06 -06:00
e310d9ce21 Added test suite tools
dane pushed to master at dane/graphgif 2024-11-19 12:02:26 -06:00
b753c9ee9c More naval gazing
dane pushed to master at dane/graphgif 2024-11-19 11:55:30 -06:00
3eb52aa430 More cleanup, fix things broken in last cleanup
dane pushed to master at dane/graphgif 2024-11-19 11:41:29 -06:00
f4b52415dc File cleanup bc I'm anal
dane pushed to master at dane/deelang 2024-11-18 22:17:18 -06:00
7397ecc84b Nitpicks
b5ee47d2c8 Drop specific operators as terms, "Binary" or "Unary" ops only
782c1c93f0 Drop REPL (George Bush voice) "for now"
488d7b1edb more cleanup
Compare 4 commits »
dane pushed to master at dane/deelang 2024-11-18 21:43:54 -06:00
f2b0e38464 Audit other files for desired features
1e2c107c1b Remove no longer desired features from example
c29d463adf Clippy pass
5f57c5aed3 Saner munging
Compare 4 commits »
dane pushed to master at dane/deelang 2024-11-18 21:17:40 -06:00
c345ac4fe5 Finish emitter
dane pushed to master at dane/d- 2024-11-18 13:20:03 -06:00
6236f19ae6 Explicitly create test rule
dane pushed to master at dane/d- 2024-11-18 12:59:29 -06:00
5f1f728d7a Include make test
dane pushed to master at dane/d- 2024-11-18 12:23:38 -06:00
eac30fae76 Convert to autotools
dane pushed to master at dane/deelang 2024-11-18 10:43:22 -06:00
7f241523d4 Use new looping construct in examples
dane pushed to master at dane/deelang 2024-11-18 10:19:34 -06:00
08cab74fb5 Add some display for each, order of operations won't be correct without context
c9295b5777 Add loop test
Compare 2 commits »
dane deleted branch rust from dane/deelang 2024-11-17 19:06:23 -06:00
dane pushed to master at dane/deelang 2024-11-16 13:59:58 -06:00
03b140189c Remove interpreter & evaluator
dane pushed to master at dane/deelang 2024-11-16 13:46:19 -06:00
7213f4a487 Beginnings of loops