Commit Graph

363 Commits

Author SHA1 Message Date
Chris Wanstrath
fd3c5da59b coerce values to string in str prelude functions 2025-11-07 15:16:59 -08:00
13adbe4c0e Merge branch 'less-parsing' of 54.219.130.253:probablycorey/shrimp into less-parsing 2025-11-07 07:30:21 -08:00
b3ec6995db Update server.ts 2025-11-07 07:30:10 -08:00
854ed02625 Merge branch 'mini-fix' into less-parsing 2025-11-07 07:28:56 -08:00
c325bca611 Merge branch 'main' into less-parsing 2025-11-07 15:28:12 +00:00
1082cc1281 Forgot to set globals in server 2025-11-07 07:27:20 -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
5b363c833a Merge remote-tracking branch 'origin/main' into less-parsing 2025-11-06 16:59:53 -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
d6aea4b0f9 cache it 2025-11-06 13:36:22 -08:00
44b30d2339 light cleanup 2025-11-06 12:45:02 -08:00
3aa75843ac get rid of this 2025-11-06 12:44:31 -08: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
7229f4afd0 Merge pull request 'Add comments to the tree' (#24) from comments-in-tree into main
Reviewed-on: #24
2025-11-06 00:19:34 +00: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
5ff78d49c1 this fixes a totally different bug 2025-11-05 15:43:45 -08:00
f4a065beae this will work 2025-11-05 15:21:09 -08:00
750ffbbfa8 whee 2025-11-05 15:18:03 -08:00
a5c7cc6304 fun 2025-11-05 15:16:57 -08:00
4ae12a217e update reef 2025-11-05 15:11:42 -08:00
4a8aa7421d Merge remote-tracking branch 'origin/main' into vscode 2025-11-05 14:50:53 -08:00
03c7bfee39 Track that scope! 2025-11-05 14:48:12 -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
fa67c26c0a wip 2025-11-05 13:31:31 -08:00
5f46346213 allow if expr in parens 2025-11-05 13:18:54 -08:00