Discussion:
A3P3 Question
(too old to reply)
Brian Keng
2004-06-11 22:19:45 UTC
Permalink
I was wondering if this input like
5do
should be like this:
<INT 5><DO>
or should we generate an error right away when we see something like this?

Brian
Troy Mark Gonsalves
2004-06-14 20:29:48 UTC
Permalink
Yes genetating <INT 5><DO> is fine.

It's easier to catch this error later when we parse (i.e. check syntax).
Loading...