Commit Graph

280 Commits

Author SHA1 Message Date
c741cfee51 hex and binary numbers 2025-11-08 16:05:28 -08:00
012b8c8cf1 Merge pull request 'ref keyword' (#38) from ref-keyword into main
Reviewed-on: #38
2025-11-09 00:03:44 +00: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
49f3f3e09f Merge pull request 'Fix calling no-arg dotget functions' (#37) from no-args-bug into main
Reviewed-on: #37
2025-11-09 00:01:57 +00:00
0d1dce4868 fix calling no-arg dotget functions 2025-11-08 16:01:40 -08:00
d18ab2507c Merge pull request 'Allow _ in numbers (10_000_000)' (#34) from underscore-in-numbers into main
Reviewed-on: #34
2025-11-09 00:00:40 +00: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
740379d7b2 fix dotgets in repl 2025-11-08 08:42:43 -08: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
4258503c0e shrimp cli wants the prelude too 2025-11-07 20:50:48 -08:00
d4a772e88b json.encode & json.decode 2025-11-07 19:42:04 -08:00
68ec6f9f3e Merge pull request 'atoms-can-be-piped' (#31) from atoms-can-be-piped into main
Reviewed-on: #31
Reviewed-by: probablycorey <probablycorey@gmail.com>
2025-11-08 02:48:11 +00:00
Chris Wanstrath
59cf459d74 cli:install and cli:remove 2025-11-07 15:48:35 -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
e0095b110f Merge pull request 'Whoops, I had two things called scopeTracker' (#26) from name-things-better into main
Reviewed-on: #26
2025-11-07 00:58:36 +00:00
a38932a833 Merge remote-tracking branch 'origin/main' into name-things-better 2025-11-06 16:58:16 -08:00
03596aab5b Merge branch 'name-things-better' of 54.219.130.253:probablycorey/shrimp into name-things-better 2025-11-06 16:58:12 -08:00
bd1dbe75f3 Merge pull request 'Make the extension know about the prelude' (#25) from extension-update into main
Reviewed-on: #25
2025-11-07 00:57:47 +00:00
669e58b71e Merge branch 'extension-update' of 54.219.130.253:probablycorey/shrimp into extension-update 2025-11-06 16:57:21 -08:00
152aac269f Merge remote-tracking branch 'origin/main' into extension-update 2025-11-06 16:56:34 -08:00
a428e98d41 Merge branch 'main' into extension-update 2025-11-07 00:56:08 +00:00
061452a334 Better names 2025-11-06 10:22:37 -08:00
4494cbce91 Revert "use string.quoted for strings (for now) (until defunkt gets a new vscode theme)"
This reverts commit 47c3fda4c8.
2025-11-06 10:22:37 -08:00
47d1ea1a0b use string.quoted for strings (for now) (until defunkt gets a new vscode theme) 2025-11-06 10:22:37 -08:00
82a97c0a5a Better names 2025-11-06 10:21:02 -08:00
7645efc4f9 Revert "use string.quoted for strings (for now) (until defunkt gets a new vscode theme)"
This reverts commit 47c3fda4c8.
2025-11-06 09:31:56 -08:00
47c3fda4c8 use string.quoted for strings (for now) (until defunkt gets a new vscode theme) 2025-11-06 09:28:13 -08:00
ab12212df2 Make the extension know about the prelude 2025-11-06 09:23:18 -08:00
fcfbace65e split namedarg and = into different tokens 2025-11-06 08:05:16 -08:00
54a5fec08e check idents in NamedArg also 2025-11-06 07:41:35 -08:00
ea01a93563 Merge pull request 'I have extended vscode with an extension' (#23) from vscode into main
Reviewed-on: #23
2025-11-06 00:20:28 +00:00
dec2f2d094 ok 2025-11-05 16:20:20 -08:00
66fa15595c Merge remote-tracking branch 'origin/main' into vscode 2025-11-05 16:20:10 -08:00
7b4a02ec29 Merge remote-tracking branch 'origin/main' into vscode 2025-11-05 16:19:54 -08:00