• Joined on 2025-09-25
defunkt merged pull request probablycorey/shrimp#36 2025-11-09 00:11:19 +00:00
bitwise
defunkt pushed to bitwise at probablycorey/shrimp 2025-11-09 00:11:14 +00:00
99a5aa5312 update reef, fix precedence test
7bbf43a725 bitwise operators
4c15526d1b Merge pull request 'hex and binary numbers' (#40) from hex-and-binary-numbers into main
c741cfee51 hex and binary numbers
012b8c8cf1 Merge pull request 'ref keyword' (#38) from ref-keyword into main
Compare 21 commits »
defunkt pushed to main at probablycorey/shrimp 2025-11-09 00:05:49 +00:00
4c15526d1b Merge pull request 'hex and binary numbers' (#40) from hex-and-binary-numbers into main
c741cfee51 hex and binary numbers
Compare 2 commits »
defunkt merged pull request probablycorey/shrimp#40 2025-11-09 00:05:47 +00:00
hex and binary numbers
defunkt pushed to hex-and-binary-numbers at probablycorey/shrimp 2025-11-09 00:05:37 +00:00
c741cfee51 hex and binary numbers
012b8c8cf1 Merge pull request 'ref keyword' (#38) from ref-keyword into main
4c3f7a8bfc add ref for grabbing a function
fe6f54b402 Merge pull request 'Passing null to a function triggers default value' (#41) from null-triggers-default-values into main
49f3f3e09f Merge pull request 'Fix calling no-arg dotget functions' (#37) from no-args-bug into main
Compare 13 commits »
defunkt pushed to main at probablycorey/shrimp 2025-11-09 00:03:46 +00:00
012b8c8cf1 Merge pull request 'ref keyword' (#38) from ref-keyword into main
4c3f7a8bfc add ref for grabbing a function
Compare 2 commits »
defunkt merged pull request probablycorey/shrimp#38 2025-11-09 00:03:45 +00:00
ref keyword
defunkt pushed to ref-keyword at probablycorey/shrimp 2025-11-09 00:03:35 +00:00
4c3f7a8bfc add ref for grabbing a function
fe6f54b402 Merge pull request 'Passing null to a function triggers default value' (#41) from null-triggers-default-values into main
49f3f3e09f Merge pull request 'Fix calling no-arg dotget functions' (#37) from no-args-bug into main
0d1dce4868 fix calling no-arg dotget functions
d18ab2507c Merge pull request 'Allow _ in numbers (10_000_000)' (#34) from underscore-in-numbers into main
Compare 16 commits »
defunkt pushed to main at probablycorey/shrimp 2025-11-09 00:02:28 +00:00
fe6f54b402 Merge pull request 'Passing null to a function triggers default value' (#41) from null-triggers-default-values into main
51f67ac908 Passing null to a function triggers default value
Compare 2 commits »
defunkt merged pull request probablycorey/shrimp#41 2025-11-09 00:02:27 +00:00
Passing null to a function triggers default value
defunkt pushed to main at probablycorey/shrimp 2025-11-09 00:01:59 +00:00
49f3f3e09f Merge pull request 'Fix calling no-arg dotget functions' (#37) from no-args-bug into main
0d1dce4868 fix calling no-arg dotget functions
Compare 2 commits »
defunkt merged pull request probablycorey/shrimp#37 2025-11-09 00:01:58 +00:00
Fix calling no-arg dotget functions
defunkt pushed to no-args-bug at probablycorey/shrimp 2025-11-09 00:01:52 +00:00
0d1dce4868 fix calling no-arg dotget functions
d18ab2507c Merge pull request 'Allow _ in numbers (10_000_000)' (#34) from underscore-in-numbers into main
7e69356f79 allow _ in numbers (10_000_000)
9863f46f38 Merge pull request 'JSON!' (#33) from json into main
45f31d0678 allow newlines in (some) parens expressions
Compare 12 commits »
defunkt pushed to main at probablycorey/shrimp 2025-11-09 00:00:42 +00:00
d18ab2507c Merge pull request 'Allow _ in numbers (10_000_000)' (#34) from underscore-in-numbers into main
7e69356f79 allow _ in numbers (10_000_000)
Compare 2 commits »
defunkt merged pull request probablycorey/shrimp#34 2025-11-09 00:00:40 +00:00
Allow _ in numbers (10_000_000)
defunkt pushed to underscore-in-numbers at probablycorey/shrimp 2025-11-09 00:00:35 +00:00
7e69356f79 allow _ in numbers (10_000_000)
9863f46f38 Merge pull request 'JSON!' (#33) from json into main
45f31d0678 allow newlines in (some) parens expressions
49a6320fef add list.insert
7da437212d Merge pull request ''#comments are comments too, but not hash#in#words'' (#39) from no-comment-space into main
Compare 15 commits »
defunkt merged pull request probablycorey/shrimp#33 2025-11-08 23:59:02 +00:00
JSON!
defunkt pushed to main at probablycorey/shrimp 2025-11-08 23:59:02 +00:00
9863f46f38 Merge pull request 'JSON!' (#33) from json into main
d4a772e88b json.encode & json.decode
Compare 2 commits »
defunkt pushed to main at defunkt/ReefVM 2025-11-08 23:58:37 +00:00
5ade608278 fix linter errors
defunkt created pull request probablycorey/shrimp#42 2025-11-08 19:44:37 +00:00
Add ?? and ??= operators