changing how to emit code for square bracked block to solve goto related issues. work still in progress

This commit is contained in:
hyunghwan.chung
2019-08-05 09:08:03 +00:00
parent 55bf7e269e
commit ea69bb8d45
7 changed files with 204 additions and 8 deletions

View File

@ -125,6 +125,7 @@ class MyObject(Object)
'break or continue within a block'
'while expected'
'invalid goto target'
'label at end'
).
f := Stdio open: 'generr.out' for: 'w'.