Closed billdenney closed 1 year ago
I have a NONMEM .lst file with the following in the $DATA section which caused a parse error:
$DATA syntax error: :002: IGNORE=(C='C', TIME.LT.0, DVID.EQ.1, DVID.EQ.3, ^ :002: :003: CYCL.EQ.99)
(I didn't know that you could do character equality tests before this.)
The equality grammar is included. However, the 'C' was not understood by the parser.
'C'
Should be fixed
Yep, it works now.
I have a NONMEM .lst file with the following in the $DATA section which caused a parse error:
(I didn't know that you could do character equality tests before this.)