Allow error messages for subsequent syntax errors (#892)

Fixes #891
This commit is contained in:
Rangi
2021-05-21 17:04:27 -04:00
committed by GitHub
parent e3b7339dd6
commit 5ad48851ed
6 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
MACRO mac
println "got {d:_NARG} args"
ENDM
mac
mac 42
notmac
mac
mac 42
mac::
mac ::