You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add #identifier syntax for symbolic literals
Symbolic type existed in AST but had no parse syntax. Added #prefix
convention (e.g. #x, #pi, #alpha) matching existing 0x/0b patterns.
Grammar, parser, formatter, and pretty-printer all updated. 84 tests pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments