shrimp/src/parser
Corey Johnson 4619791b7d test: update test expectations for AssignableIdentifier token
Updated all parser and compiler tests to expect AssignableIdentifier
tokens in Assign and Params contexts instead of Identifier. Also
skipped pre-existing failing native functions test.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 19:10:40 -07:00
..
tests test: update test expectations for AssignableIdentifier token 2025-10-17 19:10:40 -07:00
highlight.ts wip 2025-10-16 16:13:16 -07:00
scopeTracker.ts refactor(scope): simplify trackScope to only track AssignableIdentifier 2025-10-17 18:43:11 -07:00
shrimp.grammar feat(parser): add AssignableIdentifier token type to grammar 2025-10-17 18:33:35 -07:00
shrimp.grammar.d.ts wip 2025-10-14 16:12:17 -07:00
shrimp.terms.ts test: update test expectations for AssignableIdentifier token 2025-10-17 19:10:40 -07:00
shrimp.ts feat(parser): add AssignableIdentifier token type to grammar 2025-10-17 18:33:35 -07:00
tokenizer.ts test: update test expectations for AssignableIdentifier token 2025-10-17 19:10:40 -07:00