permitted a binop token as the back of a dotted symbol for easier access to binop primitives via modules

This commit is contained in:
2025-09-24 01:00:28 +09:00
parent 6b0cf766ce
commit d5eade91db
7 changed files with 65 additions and 31 deletions

View File

@ -138,6 +138,10 @@ printf if; ##ERROR: syntax error - 'if' prohibited in this context
---
#234 ##ERROR: syntax error - '2' prohibited as first character of symbol
---
abc- := 20 ##ERROR: syntax error - illegal identifier 'abc-'
---
@ -160,7 +164,6 @@ abc. := 20 ##ERROR: syntax error - blank segment after 'abc.'
abc.? := 20 ##ERROR: syntax error - wrong multi-segment identifier - abc.?
---
- := 20 ##ERROR: syntax error - bad lvalue - invalid identifier - -