Prevent defining invalid local labels

Fixes #913
This commit is contained in:
Rangi
2021-07-29 18:55:59 -04:00
committed by Eldred Habert
parent 20fd6eabbb
commit 26ddf1ff4d
14 changed files with 63 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ ERROR: sym-scope.asm(4):
ERROR: sym-scope.asm(5):
Local label 'Nice.try' in main scope
ERROR: sym-scope.asm(17):
Not currently in the scope of 'Parentheses.check'
Not currently in the scope of 'Parentheses'
ERROR: sym-scope.asm(21):
Not currently in the scope of 'Parent.check'
Not currently in the scope of 'Parent'
error: Assembly aborted (4 errors)!