• Joined on 2022-09-21
dane pushed to master at dane/d- 2024-11-11 22:16:40 -06:00
921d770986 Update generator syntax
dane pushed to master at dane/graphgif 2024-11-11 22:16:09 -06:00
e38cda0261 Use new generator syntax
dane pushed to master at dane/d- 2024-11-11 21:59:32 -06:00
7682d622a8 Improve testing output
dane pushed to master at dane/d- 2024-11-11 21:36:41 -06:00
224fcc425c Add test for generator functions
dane pushed to master at dane/graphgif 2024-11-11 21:08:33 -06:00
cd2a616ccb Implement the a* algorithm
dane pushed to master at dane/graphgif 2024-11-11 15:46:19 -06:00
d0967f0580 Use lexicographic comparisons for heap algorithms
dane pushed to master at dane/d- 2024-11-11 15:40:14 -06:00
87384f611c Must provide a predicate to argmin
dane pushed to rust at dane/deelang 2024-11-04 12:28:25 -06:00
dea529b42b Fix up guarded block stuff (it's a statement)
dane pushed to rust at dane/deelang 2024-11-04 10:25:54 -06:00
3d8e76c9b0 Add dee-mode.el installation to makefile
dane pushed to rust at dane/deelang 2024-11-04 10:08:28 -06:00
69ccf679e7 WIP bc I forgot what I was doing
5436a706d7 Get/Set variables from the environment
Compare 2 commits »
dane pushed to master at dane/d- 2024-11-01 18:07:04 -05:00
56594fd146 Add 'for' iterator and 'if-let' syntax
dane pushed to master at dane/graphgif 2024-10-30 10:48:43 -05:00
bcdb95211b Writer takes a generator, coroutines!
dane pushed to master at dane/d- 2024-10-29 11:44:05 -05:00
779bc50a77 Add generator function
dane pushed to master at dane/graphgif 2024-10-28 16:45:05 -05:00
641048b56d Sucessfully implemented Djikstra's algorithm
dane pushed to master at dane/d- 2024-10-28 12:43:13 -05:00
8bac998a25 Proper tail threading
dane pushed to master at dane/d- 2024-10-25 16:43:40 -05:00
ef8efcb3e0 Added dist and distclean options
dane pushed to master at dane/d- 2024-10-25 15:58:07 -05:00
d9081bcffb if-not and when-not
f3d47afc5f add some more functions
76b11b0cf5 init commit
dane created branch master in dane/d- 2024-10-25 15:58:07 -05:00
dane created repository dane/d- 2024-10-25 15:56:39 -05:00
dane pushed to master at dane/graphgif 2024-10-25 15:42:09 -05:00
bd704b2c66 Use (d-) implement heap procedures