some error message trimming done

This commit is contained in:
2025-10-17 23:26:15 +09:00
parent 00f6b70028
commit 8c6235be16
7 changed files with 116 additions and 51 deletions

View File

@ -205,6 +205,10 @@ abc.? := 20 ##ERROR: syntax error - wrong multi-segment identifier 'abc.?'
---
aaa := ##ERROR: syntax error - missing rvalue for 'aaa'
---
throw ##ERROR: syntax error - no value or expression after 'throw'
---