Scott Richmond scott
  • Joined on 2023-07-29
scott pushed to main at twc/ludus 2024-12-08 04:56:24 +00:00
6ba05f31e6 finish fighting with lifetimes: string pattern matching works!
5a64c6623c fighting with lifetimes
2a26316b50 parse string patterns, perhaps correctly, perhaps not
Compare 3 commits »
scott commented on issue twc/ludus#2 2024-12-06 19:12:56 +00:00
Complete base functions

Done in 13c14fd38f. Some of these aren't necessary, some I'm not ready for yet (disj only exists for sets, and we don't…

scott closed issue twc/ludus#2 2024-12-06 19:12:56 +00:00
Complete base functions
scott pushed to main at twc/ludus 2024-12-06 19:08:38 +00:00
13c14fd38f finish base, I think
scott pushed to main at twc/ludus 2024-12-06 18:21:30 +00:00
5e10a87cbc keep adding to base, pull type function from value to base
scott opened issue twc/ludus#11 2024-12-05 19:06:10 +00:00
Improve interpolated string/string pattern parsing errors
scott opened issue twc/ludus#10 2024-12-05 19:03:16 +00:00
String pattern matching
scott pushed to main at twc/ludus 2024-12-05 19:02:45 +00:00
96906fdb9f tick some boxes
scott opened issue twc/ludus#9 2024-12-05 17:24:31 +00:00
More ergonomic context
scott opened issue twc/ludus#8 2024-12-05 17:15:40 +00:00
Compile to WASM
scott opened issue twc/ludus#7 2024-12-05 17:14:41 +00:00
Package interpreter into a Rust library
scott opened issue twc/ludus#6 2024-12-05 17:03:22 +00:00
Panics should have nice information
scott opened issue twc/ludus#5 2024-12-05 17:01:11 +00:00
Panics should have stack traces
scott opened issue twc/ludus#4 2024-12-05 16:57:44 +00:00
Write validator
scott opened issue twc/ludus#3 2024-12-05 16:55:17 +00:00
Develop parsing error reporting
scott opened issue twc/ludus#2 2024-12-05 16:53:51 +00:00
Complete base functions
scott opened issue twc/ludus#1 2024-12-05 16:51:54 +00:00
Opportunistic mutation
scott pushed to main at twc/ludus 2024-12-05 16:51:47 +00:00
ad6fcccc79 add concat
scott pushed to main at twc/ludus 2024-12-05 01:19:47 +00:00
af14eaee72 add some functions, base fns return values, not results
scott pushed to main at twc/ludus 2024-12-05 00:13:30 +00:00
c3408a56c1 ensure inlined and allocated strings are equal