Update README.md

This commit is contained in:
Corey Johnson 2025-11-07 15:01:18 -08:00
parent afaedeea23
commit 0ea869fed3

View File

@ -39,3 +39,5 @@ Go to http://localhost:3000 to try out the playground.
The flow: Shrimp source → parser (CST) → compiler (bytecode) → ReefVM (execution) The flow: Shrimp source → parser (CST) → compiler (bytecode) → ReefVM (execution)
See `example.shrimp` for language examples and `src/parser/shrimp.grammar` for the full grammar. See `example.shrimp` for language examples and `src/parser/shrimp.grammar` for the full grammar.
🦐