probablycorey
  • Joined on 2025-09-25
probablycorey created pull request probablycorey/shrimp#10 2025-10-27 22:18:21 +00:00
Functions returned by parens expr can be called
probablycorey pushed to word-to-your-mother at probablycorey/shrimp 2025-10-27 22:17:42 +00:00
c032192d61 Functions returned by parens expr can be called
probablycorey created branch word-to-your-mother in probablycorey/shrimp 2025-10-27 22:16:49 +00:00
probablycorey pushed to word-to-your-mother at probablycorey/shrimp 2025-10-27 22:16:49 +00:00
probablycorey pushed to main at probablycorey/shrimp 2025-10-27 21:50:57 +00:00
c6c2646366 Do do
probablycorey pushed to main at probablycorey/shrimp 2025-10-27 19:46:08 +00:00
71fdafa72d Merge pull request 'DotGet function calls' (#9) from dotget-function-calls into main
318142dfbb Update shrimp.ts
ffdd666685 Merge remote-tracking branch 'origin/main' into dotget-function-calls
219142140c compile dot number too
972fd25fda update params scope detection, add array.1 (dotget array indices)
Compare 6 commits »
probablycorey merged pull request probablycorey/shrimp#9 2025-10-27 19:46:07 +00:00
DotGet function calls
probablycorey pushed to dotget-function-calls at probablycorey/shrimp 2025-10-27 19:46:03 +00:00
318142dfbb Update shrimp.ts
ffdd666685 Merge remote-tracking branch 'origin/main' into dotget-function-calls
0fc1f9f895 Merge pull request 'allow more unicode in variable names' (#8) from more-unicode-variable-names into main
cdcaf5c9d3 Merge pull request 'failing test for multiline function' (#6) from multiline-fn into main
6c8c07e869 Update shrimp.ts
Compare 15 commits »
probablycorey commented on pull request probablycorey/shrimp#9 2025-10-27 19:45:23 +00:00
DotGet function calls

Love it

probablycorey pushed to main at probablycorey/shrimp 2025-10-27 19:43:57 +00:00
0fc1f9f895 Merge pull request 'allow more unicode in variable names' (#8) from more-unicode-variable-names into main
7cf7ac3703 allow more unicode in variable names
Compare 2 commits »
probablycorey merged pull request probablycorey/shrimp#8 2025-10-27 19:43:56 +00:00
allow more unicode in variable names
probablycorey commented on pull request probablycorey/shrimp#8 2025-10-27 19:43:48 +00:00
allow more unicode in variable names
╔═══════════════════════════════════════════════════════════════…
probablycorey pushed to main at probablycorey/shrimp 2025-10-27 19:37:42 +00:00
cdcaf5c9d3 Merge pull request 'failing test for multiline function' (#6) from multiline-fn into main
6c8c07e869 Update shrimp.ts
2fcd840493 Merge remote-tracking branch 'origin/main' into multiline-fn
28fab1235c Works with blank lines
299ad2c9a9 failing test for multiline function
Compare 5 commits »
probablycorey merged pull request probablycorey/shrimp#6 2025-10-27 19:37:41 +00:00
failing test for multiline function
probablycorey commented on pull request probablycorey/shrimp#6 2025-10-27 19:37:32 +00:00
failing test for multiline function

It was the empty line in the function def. Should all work now

probablycorey pushed to multiline-fn at probablycorey/shrimp 2025-10-27 19:36:33 +00:00
6c8c07e869 Update shrimp.ts
2fcd840493 Merge remote-tracking branch 'origin/main' into multiline-fn
cbd3fe6315 Merge pull request 'failing single line if test' (#5) from single-line-if into main
6e432dd7a1 Made it work
050acbfaeb Merge remote-tracking branch 'origin/main' into single-line-if
Compare 8 commits »
probablycorey pushed to multiline-fn at probablycorey/shrimp 2025-10-27 19:07:17 +00:00
28fab1235c Works with blank lines
probablycorey commented on pull request probablycorey/shrimp#5 2025-10-27 18:33:00 +00:00
failing single line if test

I don't love how I have SingleLineIf and MultiLineIf in the grammar. But when I started to combine the two rules it became a little to complicated. I might try again if I can think of a way to…

probablycorey pushed to main at probablycorey/shrimp 2025-10-27 18:31:49 +00:00
cbd3fe6315 Merge pull request 'failing single line if test' (#5) from single-line-if into main
6e432dd7a1 Made it work
050acbfaeb Merge remote-tracking branch 'origin/main' into single-line-if
e4100c7d89 failing single line if test
Compare 4 commits »
probablycorey merged pull request probablycorey/shrimp#5 2025-10-27 18:31:48 +00:00
failing single line if test