proleap-cobol-parser
proleap-cobol-parser copied to clipboard
REPLACE with new line before dot
The following code (new line before dot) causes error java.lang.RuntimeException: syntax error in line 10:11 extraneous input 'ADD' expecting {BY, NEWLINE}
`
REPLACE ==ADD 1== BY ==ADD 3==
.
ADD 1 TO x.
`