Scott Richmond scott
  • Joined on 2023-07-29
scott closed issue twc/ludus#47 2024-06-07 21:17:43 +00:00
Add save/load turtle state functions to prelude
scott pushed to main at twc/ludus 2024-06-07 21:16:59 +00:00
8c8f555d83 build
scott pushed to main at twc/ludus 2024-06-07 21:16:38 +00:00
2f5af11527 add load_turtle_state! to prelude
8a4dd4b6e5 0.1.10
f5ce3aa72a build
Compare 3 commits »
scott commented on issue twc/ludus#44 2024-06-07 20:49:34 +00:00
random_int range end is wrong

Fixed with 1fff319bb6

scott closed issue twc/ludus#44 2024-06-07 20:49:34 +00:00
random_int range end is wrong
scott commented on issue twc/ludus#45 2024-06-07 20:48:16 +00:00
random must take a dict

Fixed with 9db10edd5c

scott closed issue twc/ludus#45 2024-06-07 20:48:16 +00:00
random must take a dict
scott pushed to main at twc/ludus 2024-06-07 20:45:37 +00:00
9db10edd5c fix random(dict) bug
scott pushed to main at twc/ludus 2024-06-07 20:41:16 +00:00
533a40bd45 runtime errors should return strings, not buffers
1fff319bb6 fix random bugs
de647097b7 0.1.9
Compare 3 commits »
scott pushed to main at twc/ludus 2024-06-07 19:44:42 +00:00
5e3ffb0e1e delete print!s from prelude
fd3b47fa15 0.1.8
92498e7f80 test string interpolation
Compare 3 commits »
scott pushed to main at twc/ludus 2024-06-07 19:20:50 +00:00
2fccbe96eb build things!
f2d76e766b integrate build scripts; build before publish
Compare 2 commits »
scott pushed to main at twc/ludus 2024-06-07 19:10:23 +00:00
9498bed710 update justs
scott pushed to main at twc/ludus 2024-06-07 19:06:42 +00:00
b3cfeb82e1 test
c532636acb 0.1.7
8dcf0b14d1 bump npm version
4d0a37328d fix string interpolation, prelude bugs
Compare 4 commits »
scott pushed to main at twc/ludus 2024-06-07 17:42:50 +00:00
a6e2e11e4a bump version number
scott pushed to main at twc/ludus 2024-06-07 17:42:17 +00:00
77b76430c1 finally correctly wire up all the things?
scott pushed to main at twc/ludus 2024-06-07 15:42:16 +00:00
ed762c6079 println debugging!
scott pushed to main at twc/ludus 2024-06-06 23:32:02 +00:00
a0678f5742 revert version to simple semver
scott closed issue twc/ludus#33 2024-06-06 23:16:14 +00:00
WASM: wire it up!
scott commented on issue twc/ludus#33 2024-06-06 23:15:53 +00:00
WASM: wire it up!

Current state of play:

  • It works, but it's extremely titchy.
  • Current build cannot be done from the root of the project. cd into build and then just build.
  • Build artifacts are…
scott commented on issue twc/ludus#62 2024-06-06 23:12:41 +00:00
Test new scanner, parser, validator, interpreter against prelude

It's done in a robust-enough way. Some really subtle bugs around loop contexts (c7f99d35a6), but it all seems to be working now.