Scott Richmond scott
  • Joined on 2023-07-29
scott pushed to last_clj at twc/ludus 2024-06-15 15:58:54 +00:00
scott pushed to main at twc/ludus 2024-06-15 15:58:35 +00:00
aba77569ac some pure-ludus string manipulation testing
223823ea68 0.1.16
Compare 2 commits »
scott commented on issue twc/ludus#78 2024-06-15 15:56:52 +00:00
words should strip punctuation

Add to prelude this Ludus code:

fn strip_punctuation {
 ("{x},{y}") -> strip_punctuation ("{x}{y}")
 ("{x}.{y}") -> strip_punctuation ("{x}{y}")
 ("{x};{y}") -> strip_punctuation…
scott opened issue twc/ludus#78 2024-06-15 15:44:37 +00:00
words should strip punctuation
scott opened issue twc/ludus#77 2024-06-15 15:43:52 +00:00
Update language documentation to reflect current state of the language
scott pushed to main at twc/ludus 2024-06-14 21:21:49 +00:00
ae6ad34364 build
scott pushed to main at twc/ludus 2024-06-14 21:21:38 +00:00
d37e51b605 don't fold using builting functions
5d6d4e723d 0.1.15
Compare 2 commits »
scott pushed to main at twc/ludus 2024-06-14 21:18:16 +00:00
4f84f408a7 no repl cruft + build
scott pushed to main at twc/ludus 2024-06-14 21:17:26 +00:00
aa5795e168 improve errors, a bit
scott pushed to main at twc/ludus 2024-06-14 20:52:11 +00:00
1841915d92 fix? bug in call-fn with incorrect function call info
scott commented on issue twc/ludus#27 2024-06-14 19:58:03 +00:00
Ensure stack overflows don't kill Ludus

At current, a stack overflow will cause a wasm out of memory issue; not sure how to recover that.

Meanwhile, an infinite loop will also hang.

Neither of these are recoverable, but hitting…

scott pushed to main at twc/ludus 2024-06-14 19:56:02 +00:00
7a7a3b8977 fix show box stack overflow
scott commented on issue twc/ludus#48 2024-06-14 19:44:23 +00:00
Fix coordinate system

Fixed in 5a27d345eb

scott closed issue twc/ludus#48 2024-06-14 19:44:23 +00:00
Fix coordinate system
scott pushed to main at twc/ludus 2024-06-14 19:44:09 +00:00
5a27d345eb fix goto! error
scott commented on issue twc/ludus#61 2024-06-14 19:26:14 +00:00
*input* stdin hack for Computer Class

Done at some point in ludus-web; fixed underlying scanning issue in 9584a21521.

scott closed issue twc/ludus#61 2024-06-14 19:26:14 +00:00
*input* stdin hack for Computer Class
scott commented on issue twc/ludus#72 2024-06-14 19:25:38 +00:00
Fix scanning of escaped quotes

Fixed in 9584a21521

scott closed issue twc/ludus#72 2024-06-14 19:25:38 +00:00
Fix scanning of escaped quotes
scott pushed to main at twc/ludus 2024-06-14 19:25:11 +00:00
9584a21521 fix string escapes
c61981fa16 0.1.14
0583af819f build
Compare 3 commits »