Skip to content

Tags: oehive/proparse

Tags

1128

Toggle 1128's commit message
Fix bug in preprocessor listing output: Have to escape line breaks wh…

…en writing the macro name for a macro ref.

1127

Toggle 1127's commit message
Fixed bug which prevented parse of DOWN 1 STREAM StreamName....

1126

Toggle 1126's commit message
Fixed preprocessor DEFINED bug introduced in previous build.

1125

Toggle 1125's commit message
Removed lookahead predicate from exprt (expression term).

I'm sure this will break something, but the predicate was causing Proparse to
hang when processing very long IF THEN ELSE IF THEN ELSE chains.
Please report any new issues! I think this might break some newer syntax where
keywords are (now) allowed to be used as class, method, and property names.

1117

Toggle 1117's commit message
Added support for TABLE-SCAN and LIKE in a METHOD arg.

1114

Toggle 1114's commit message
Added support for TABLE-SCAN and LIKE in a METHOD arg.