The expression parser now allows spaces inside expressions (a relaxation for certain MACRO-10 typos; eg, "- 1" where "-1" was expected)

This commit is contained in:
Jeff 2017-03-28 12:01:06 -07:00 committed by Jeff Parsons
commit d13e7a5faf
3 changed files with 31 additions and 6 deletions

View file

@ -1714,7 +1714,7 @@ B35000: SETZ ;PRELOAD AC,E WITH 0
B35500: SETZ ;PRELOAD AC WITH 0
SETO 1, ;PRELOAD E WITH -1,,-1
HLLM 1 ;*HLLM SHOULD PLACE 0,,-1 INTO E
CAIE 1,-1 ;PASS IF C(E) =0,,-1
CAIE 1,- 1 ;PASS IF C(E) =0,,-1
STOP
;***** FAILURE ANALYSIS *****