2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* REPORT clause for file descriptors.
KrisDS
as kdeschut
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.
KrisDS
as kdeschut
More... almost 15 years ago
* VALUE OF clause for file descriptors.
KrisDS
as kdeschut
More... almost 15 years ago
* Fixed the RECORDING MODE clause for file descriptors.
KrisDS
as kdeschut
More... almost 15 years ago
* RECORDING MODE clause for file descriptors.
KrisDS
as kdeschut
More... almost 15 years ago
* RECORD clause for file descriptors.
KrisDS
as kdeschut
More... almost 15 years ago
* LINAGE clause for file descriptors.
KrisDS
as kdeschut
More... almost 15 years ago
Minor cleanup.
KrisDS
as kdeschut
More... almost 15 years ago
* Started fleshing out the FILE SECTION.
KrisDS
as kdeschut
More... almost 15 years ago
* Implemented RELEASE statement grammar in full.
KrisDS
as kdeschut
More... almost 15 years ago
* Implemented CLOSE statement grammar in full.
KrisDS
as kdeschut
More... almost 15 years ago
* Implemented OPEN statement grammar in full.
KrisDS
as kdeschut
More... almost 15 years ago
* Implemented WRITE statement grammar in full.
KrisDS
as kdeschut
More... almost 15 years ago
* Implemented READ statement grammar in full.
KrisDS
as kdeschut
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).
KrisDS
as kdeschut
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.
KrisDS
as kdeschut
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.
KrisDS
as kdeschut
More... almost 15 years ago
* Extended the call statement grammar with support for "BY VALUE". * Added "LENGTH OF identifier" as a possible numeric value.
KrisDS
as kdeschut
More... almost 15 years ago
Added the option to include positioning information in the XML dumps.
KrisDS
as kdeschut
More... almost 15 years ago
Allowing underscores ('_') in cobol words.
KrisDS
as kdeschut
More... almost 15 years ago
Extended the serialisation options a little.
KrisDS
as kdeschut
More... almost 15 years ago
The GUI and CLI applications can set the source formatting the parser should use.
KrisDS
as kdeschut
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.
KrisDS
as kdeschut
More... almost 15 years ago
Full implementation of the DIVIDE statement. With tests.
KrisDS
as kdeschut
More... about 15 years ago
Made the XPath results more interactive. Double clicking a result will scroll the source view to show it.
KrisDS
as kdeschut
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.
KrisDS
as kdeschut
More... about 15 years ago
Full implementation of the MULTIPLY statement. With tests.
KrisDS
as kdeschut
More... about 15 years ago
Full implementation of the SUBTRACT statement. With tests.
KrisDS
as kdeschut
More... about 15 years ago
* Full implementation of the ADD statement. With tests. * Fixed some minor bugs.
KrisDS
as kdeschut
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.
KrisDS
as kdeschut
More... about 15 years ago