* REPORT clause for file descriptors. |
|
More...
|
almost 15 years ago
|
* Some more work on the file section. * I flagged water in the file section as a warning, as I think I'm covering everything from my reference. This shows me that there are still two gaps in the testsuite. One are COPY statements inside file descriptors, which I can do little about. The other is a REPORT clause of some sort, which I'll have to find some documentation on. |
|
More...
|
almost 15 years ago
|
* VALUE OF clause for file descriptors. |
|
More...
|
almost 15 years ago
|
* Fixed the RECORDING MODE clause for file descriptors. |
|
More...
|
almost 15 years ago
|
* RECORDING MODE clause for file descriptors. |
|
More...
|
almost 15 years ago
|
* RECORD clause for file descriptors. |
|
More...
|
almost 15 years ago
|
* LINAGE clause for file descriptors. |
|
More...
|
almost 15 years ago
|
Minor cleanup. |
|
More...
|
almost 15 years ago
|
* Started fleshing out the FILE SECTION. |
|
More...
|
almost 15 years ago
|
* Implemented RELEASE statement grammar in full. |
|
More...
|
almost 15 years ago
|
* Implemented CLOSE statement grammar in full. |
|
More...
|
almost 15 years ago
|
* Implemented OPEN statement grammar in full. |
|
More...
|
almost 15 years ago
|
* Implemented WRITE statement grammar in full. |
|
More...
|
almost 15 years ago
|
* Implemented READ statement grammar in full. |
|
More...
|
almost 15 years ago
|
* Implemented UNSTRING statement grammar in full. * Minor fix of the STRING statement grammar (caused a warning in the generated tree parser). |
|
More...
|
almost 15 years ago
|
* Also allowing .cob as a file extension for Cobol files in BatchIt and ShowIt. * Completed the grammar for the STRING statement. |
|
More...
|
almost 15 years ago
|
* Added the SUPPRESS keyword to the copy statement. * Added figurativeConstant as a possible literal. * Simplified the grammar wherever literal and figurativeConstant both appeared as choices. |
|
More...
|
almost 15 years ago
|
* Extended the call statement grammar with support for "BY VALUE". * Added "LENGTH OF identifier" as a possible numeric value. |
|
More...
|
almost 15 years ago
|
Added the option to include positioning information in the XML dumps. |
|
More...
|
almost 15 years ago
|
Allowing underscores ('_') in cobol words. |
|
More...
|
almost 15 years ago
|
Extended the serialisation options a little. |
|
More...
|
almost 15 years ago
|
The GUI and CLI applications can set the source formatting the parser should use. |
|
More...
|
almost 15 years ago
|
Adding support for free formatted Cobol code. The core is ready; now need to update the GUI and CLI applications to extend this ability to the user. |
|
More...
|
almost 15 years ago
|
Full implementation of the DIVIDE statement. With tests. |
|
More...
|
about 15 years ago
|
Made the XPath results more interactive. Double clicking a result will scroll the source view to show it. |
|
More...
|
about 15 years ago
|
* Work in progress: exposing the XPath querying functionality in the interface. * Bugfix: seems that the outline navigation in ShowIt was broken. It's working again. |
|
More...
|
about 15 years ago
|
Full implementation of the MULTIPLY statement. With tests. |
|
More...
|
about 15 years ago
|
Full implementation of the SUBTRACT statement. With tests. |
|
More...
|
about 15 years ago
|
* Full implementation of the ADD statement. With tests. * Fixed some minor bugs. |
|
More...
|
about 15 years ago
|
Extra statistic for the BatchIt overview: number of relevant (non-whitespace, non-comment) tokens in the file. This count is only accurate for the complete file if there were no errors. If parsing failed then tokenisation could have been incomplete, and so the count won't be accurate. |
|
More...
|
about 15 years ago
|