• Joined on 2025-09-25
defunkt created pull request probablycorey/shrimp#18 2025-11-03 00:53:09 +00:00
Add default param values
defunkt pushed to defaults at probablycorey/shrimp 2025-11-03 00:52:24 +00:00
fa034d4bd4 only constant values can be defaults
defunkt created branch defaults in probablycorey/shrimp 2025-11-03 00:35:41 +00:00
defunkt pushed to defaults at probablycorey/shrimp 2025-11-03 00:35:41 +00:00
8addb77e90 make defaults work, like magic
1791e5a6c7 parse defaults
Compare 2 commits »
defunkt pushed to risky-business at probablycorey/shrimp 2025-11-02 06:12:18 +00:00
fd4594da03 it's alive
defunkt pushed to risky-business at probablycorey/shrimp 2025-11-02 06:11:57 +00:00
859ed7402a it's alive
e413fc1ff6 old syntax
Compare 2 commits »
defunkt pushed to main at defunkt/ReefVM 2025-11-02 06:09:18 +00:00
0f39e9401e fromValue can convert native functions now
676f53c66b aideas
Compare 2 commits »
defunkt pushed to risky-business at probablycorey/shrimp 2025-11-02 05:40:32 +00:00
c81922fc97 insanity
defunkt created branch risky-business in probablycorey/shrimp 2025-11-01 23:31:23 +00:00
defunkt pushed to risky-business at probablycorey/shrimp 2025-11-01 23:31:23 +00:00
adcb956fa2 what have i done
bf0f781762 ./bin/shrimp parse file
Compare 2 commits »
defunkt pushed to main at probablycorey/shrimp 2025-11-01 14:50:35 +00:00
f14013aa55 allow - in named args
defunkt pushed to main at defunkt/ReefVM 2025-10-30 04:43:47 +00:00
fa021e3f18 better error message
defunkt pushed to array-destructuring at probablycorey/shrimp 2025-10-30 04:37:52 +00:00
f31be80bb0 fix dotget
defunkt created branch bang in probablycorey/shrimp 2025-10-30 04:34:19 +00:00
defunkt pushed to bang at probablycorey/shrimp 2025-10-30 04:34:19 +00:00
2a93bf4ba4 add bang! support (like a oneline try/catch)
f81a9669cf toFailEvaluation accepts globals
fa0b377eca shrimp parse <file>
bc62987abb Merge branch 'array-destructuring' into bang
Compare 4 commits »
defunkt pushed to main at defunkt/ReefVM 2025-10-30 03:37:18 +00:00
4b2fd61554 SWAP opcode
defunkt created pull request probablycorey/shrimp#17 2025-10-30 02:13:45 +00:00
Array Destructuring
defunkt pushed to array-destructuring at probablycorey/shrimp 2025-10-30 02:13:08 +00:00
789481f4ef [a b] = [1 2 3]
defunkt created branch array-destructuring in probablycorey/shrimp 2025-10-30 02:13:07 +00:00
defunkt pushed to main at probablycorey/shrimp 2025-10-30 02:05:56 +00:00
a8fd79a990 push/pop/shift/unshift (and fix sort()