vikingowl c4d53c9ea7 feat: add external scanner, template literals, and Rune-specific constructs
- Remove raw string handling from scanner, make scanner stateless
- Add template_content external token for backtick template scanning
- Add template_literal and interpolation grammar rules
- Add select_expression with select_arm for async select blocks
- Add object_literal (#{ key: value }) syntax
- Add is_expression and is_not_expression type check operators
- Verify yield_expression works as expected
2026-03-27 10:19:00 +01:00
Description
No description provided
MIT 294 KiB
Languages
C 97%
JavaScript 1.5%
C++ 1%
Scheme 0.3%
Rust 0.1%