infix exprs

This commit is contained in:
crumbtoo
2024-01-17 10:08:57 -07:00
parent 5ec625e0fd
commit 7e6bee3d4a
5 changed files with 54 additions and 6 deletions

View File

@@ -90,6 +90,8 @@ $white_no_nl+ ;
-- control characters
<0>
{
"(" { constToken TokenLParen }
")" { constToken TokenRParen }
"{" { explicitLBrace }
"}" { explicitRBrace }
";" { constToken TokenSemicolon }