mirror of
https://github.com/piotr-wiszowaty/foco65.git
synced 2025-04-09 10:40:01 +00:00
Handle ASCII uncounted strings
This commit is contained in:
parent
1e9d71a1dc
commit
cd8f1ae7d2
4
foco65
4
foco65
@ -373,7 +373,9 @@ class Forth:
|
||||
elif token == "c,":
|
||||
self.parse_c_comma(token)
|
||||
elif token == ',"':
|
||||
self.parse_comma_doublequote()
|
||||
self.parse_comma_doublequote(True)
|
||||
elif token == '"':
|
||||
self.parse_comma_doublequote(False)
|
||||
elif token == ",'":
|
||||
self.parse_comma_quote(True)
|
||||
elif token == "'":
|
||||
|
Loading…
x
Reference in New Issue
Block a user