Scott Richmond scott
  • Joined on 2023-07-29
scott commented on issue scott/rudus#10 2024-12-08 04:58:07 +00:00
String pattern matching

Done! So much fighting with lifetimes, ownership, &'static str vs. String. But we got there! In 6ba05f31e6.

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