Scott Richmond scott
  • Joined on 2023-07-29
scott pushed to main at twc/ludus 2024-11-06 22:41:33 +00:00
951edccebf 0.1.36
scott pushed to main at scott/rudus 2024-11-06 22:38:03 +00:00
740b14f9da keep working on vm
scott pushed to main at twc/ludus-scripts 2024-11-03 22:33:04 +00:00
88d9e3b2e3 Remove loop-based gons, leaving only recursive
1c85f920f2 Update to reflect changes in Prelude
Compare 2 commits »
scott pushed to main at twc/ludus 2024-11-03 22:20:53 +00:00
49c0ee20b3 remove test svgs
1ead4a8c5c build
2f5557a552 build
066edb00b5 build
Compare 4 commits »
scott opened issue twc/ludus#107 2024-11-01 22:07:07 +00:00
Add arcsin and arccos to prelude
scott pushed to main at scott/rudus 2024-11-01 20:58:22 +00:00
f2b342a807 add thoughts about vm
scott pushed to main at twc/ludus 2024-11-01 20:23:38 +00:00
5ed314de15 update prelude docs
ee09b9f208 random works on tuples
a7fcad18a6 0.1.35
58dc94ce7e 0.1.34
7aedbc18d6 build
Compare 5 commits »
scott commented on issue twc/ludus#106 2024-11-01 18:25:24 +00:00
Fix validation error on attempting rebind in function arguments
let size = 100
let sides = 4
let petals = 50

fn ngon! (sides, size) -> {
  repeat sides {
    fd! (size)
    rt! (inv (sides))
  }
}
=== === === Run 24
Validation…
scott opened issue twc/ludus#106 2024-11-01 18:24:59 +00:00
Fix validation error on attempting rebind in function arguments
scott pushed to main at scott/rudus 2024-11-01 03:53:53 +00:00
b77866baf9 grind on lifetimes, don't get it working
scott pushed to main at scott/rudus 2024-10-31 20:59:30 +00:00
60f0a1081d break out into separate modules
scott pushed to main at scott/rudus 2024-10-31 20:28:20 +00:00
e4f70dde42 Use chumsky::recursive::Recursive in place of fn recursive
1b9f1d56bc Fix Stream::from_iter call
Compare 2 commits »
scott pushed to main at scott/rudus 2024-10-31 19:05:41 +00:00
01a052f37a Merge remote-tracking branch 'refs/remotes/origin/main'
4f119ec4f4 lots of work, not in working state
b49e4b28fe gitignore
7829f739fc lexing?
Compare 4 commits »
scott created repository scott/rudus 2024-10-31 19:02:53 +00:00
scott closed issue twc/ludus#105 2024-10-23 21:46:22 +00:00
stdlib should have a string->number parser function
scott commented on issue twc/ludus#105 2024-10-23 21:46:20 +00:00
stdlib should have a string->number parser function

Done! to_number is added in 339c2095aa

scott pushed to main at twc/ludus 2024-10-23 21:30:19 +00:00
339c2095aa include to_number
e278d91bba 0.1.33
Compare 2 commits »
scott pushed to main at twc/ludus 2024-10-23 21:29:10 +00:00
bb0aaef060 build
scott pushed to main at twc/ludus 2024-10-23 20:56:34 +00:00
54e7597b33 0.1.32
scott closed issue twc/ludus#104 2024-10-23 20:49:56 +00:00
penwidth! should not hang