|
|
ba5ce0a88c
|
octal numbers 0o644
|
2025-11-09 17:43:32 -08:00 |
|
|
|
f8718ac05b
|
minor bugfix (x2)
|
2025-11-09 14:36:52 -08:00 |
|
|
|
69bbe17992
|
"add double quoted strings"
|
2025-11-08 16:14:08 -08:00 |
|
|
|
2d4c79b30f
|
topNode.topNode
|
2025-11-08 16:13:40 -08:00 |
|
|
|
238af9affc
|
fix edge case
|
2025-11-08 16:13:40 -08:00 |
|
|
|
a6c283759d
|
interpolation in { curly strings }
|
2025-11-08 16:13:40 -08:00 |
|
|
|
63ee57e7f0
|
curly -> Curly
|
2025-11-08 16:13:39 -08:00 |
|
|
|
503ca41155
|
{ curly strings }
|
2025-11-08 16:13:28 -08:00 |
|
|
|
019f7d84b1
|
Add ?? and ??= operators
|
2025-11-08 16:12:20 -08:00 |
|
|
|
7bbf43a725
|
bitwise operators
|
2025-11-08 16:10:13 -08:00 |
|
|
|
c741cfee51
|
hex and binary numbers
|
2025-11-08 16:05:28 -08:00 |
|
|
|
4c3f7a8bfc
|
add ref for grabbing a function
|
2025-11-08 16:03:25 -08:00 |
|
|
|
fe6f54b402
|
Merge pull request 'Passing null to a function triggers default value' (#41) from null-triggers-default-values into main
Reviewed-on: #41
|
2025-11-09 00:02:27 +00:00 |
|
|
|
0d1dce4868
|
fix calling no-arg dotget functions
|
2025-11-08 16:01:40 -08:00 |
|
|
|
7e69356f79
|
allow _ in numbers (10_000_000)
|
2025-11-08 16:00:25 -08:00 |
|
|
|
9863f46f38
|
Merge pull request 'JSON!' (#33) from json into main
Reviewed-on: #33
|
2025-11-08 23:59:01 +00:00 |
|
|
|
45f31d0678
|
allow newlines in (some) parens expressions
|
2025-11-08 11:26:46 -08:00 |
|
|
|
49a6320fef
|
add list.insert
|
2025-11-08 11:17:45 -08:00 |
|
|
|
51f67ac908
|
Passing null to a function triggers default value
|
2025-11-08 10:53:54 -08:00 |
|
|
|
7da437212d
|
Merge pull request ''#comments are comments too, but not hash#in#words'' (#39) from no-comment-space into main
Reviewed-on: #39
|
2025-11-08 16:45:57 +00:00 |
|
|
|
19c4fb5033
|
args and exit
|
2025-11-08 08:22:41 -08:00 |
|
|
|
f57452ece2
|
list.reject
|
2025-11-08 08:16:39 -08:00 |
|
|
|
4590d66105
|
'#comments are comments too, but not hash#in#words'
|
2025-11-08 08:09:58 -08:00 |
|
|
|
3aa40ae2c2
|
fix fromValue
|
2025-11-07 21:50:01 -08:00 |
|
|
|
da0af799d8
|
add more Shrimp API, tests
|
2025-11-07 21:43:55 -08:00 |
|
|
|
9f45252522
|
cli: don't re-implement stuff
|
2025-11-07 21:10:25 -08:00 |
|
|
|
bae0da31c2
|
globals accepts {} too
|
2025-11-07 21:05:42 -08:00 |
|
|
|
d4a772e88b
|
json.encode & json.decode
|
2025-11-07 19:42:04 -08:00 |
|
Chris Wanstrath
|
890eb811b9
|
pipe atoms/literals to functions
|
2025-11-07 15:17:29 -08:00 |
|
Chris Wanstrath
|
fd3c5da59b
|
coerce values to string in str prelude functions
|
2025-11-07 15:16:59 -08:00 |
|
|
|
afaedeea23
|
probably using list.sort is okay?
|
2025-11-06 21:39:51 -08:00 |
|
|
|
3ac606d0b2
|
prelude is now preloaded
|
2025-11-06 21:38:04 -08:00 |
|
|
|
62e42328e1
|
fix test issues
|
2025-11-06 21:34:35 -08:00 |
|
|
|
061452a334
|
Better names
|
2025-11-06 10:22:37 -08:00 |
|
|
|
ab12212df2
|
Make the extension know about the prelude
|
2025-11-06 09:23:18 -08:00 |
|
|
|
290ac59cee
|
Update parser stuff
|
2025-11-05 16:19:20 -08:00 |
|
|
|
b0f6c75427
|
Merge remote-tracking branch 'origin/main' into comments-in-tree
|
2025-11-05 16:18:58 -08:00 |
|
|
|
146d2a22ee
|
get rid of all those Comments
|
2025-11-05 16:18:34 -08:00 |
|
|
|
1a3e041001
|
update reef
|
2025-11-05 14:18:53 -08:00 |
|
|
|
600330ba7f
|
Shrimp.run accepts locals
|
2025-11-05 14:01:00 -08:00 |
|
|
|
a535dc9605
|
Shrimp accepts custom globals
|
2025-11-05 13:42:24 -08:00 |
|
|
|
0e96911879
|
add Shrimp class as a nicer way to run code
|
2025-11-05 13:33:32 -08:00 |
|
|
|
5f46346213
|
allow if expr in parens
|
2025-11-05 13:18:54 -08:00 |
|
|
|
6112d7e5a2
|
allow function calls in if/else if test expressions
|
2025-11-05 13:06:46 -08:00 |
|
|
|
653ff5df10
|
Fix them tests
|
2025-11-05 12:40:31 -08:00 |
|
|
|
f9b0aa2db5
|
add var? and var
|
2025-11-05 12:32:45 -08:00 |
|
|
|
d93ce85178
|
split out prelude info tests
|
2025-11-05 12:20:12 -08:00 |
|
|
|
f57b1c985e
|
NBD
|
2025-11-05 10:28:57 -08:00 |
|
|
|
e0e5e82869
|
Merge pull request 'Risky Business: omit do when passing a 0 arg function to a function' (#22) from risky-business into main
Reviewed-on: #22
Reviewed-by: probablycorey <probablycorey@gmail.com>
|
2025-11-04 15:19:53 +00:00 |
|
|
|
d707ee7e6b
|
comments
|
2025-11-03 21:28:00 -08:00 |
|