openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

use parentheses as token seperator #279

Closed WildtBrian closed 1 year ago

WildtBrian commented 1 year ago

This will enable COBOL check to e,g. correctly parse: EXPECT VARIBLE-IN-TABLE(TALLY) TO BE NUMERIC 2 just like EXPECT VARIBLE-IN-TABLE (TALLY) TO BE NUMERIC 2