Vadim Zaytsev aka @grammarware

BabyCobol: The Language Reference

BabyCobol is a project in language design aimed at creating a language that is, on one hand, small enough to be quickly implementable (fully or partially) within any framework that can support its features, and, on the other hand, complex enough to cover typical problems of legacy language processing. If you learn how to compile MiniJava, you stand a good chance of implementing a reasonably good compiler for any contemporary programming language. If you show how your language extension works on Featherweight Java, it has a good chance of being applicable to any reasonable modern object-oriented programming language. If you can handle BabyCobol with your tool and with your skills, you are ready to face the challenges of software modernisation, codebase migration and legacy language processing in general. At this day and age, being future proof means being able to handle software of the past.

Features:

ACCEPT ADD ALTER CALL COPY DATA DIVISION DISPLAY DIVIDE DIVISION EVALUATE GO TO IDENTIFICATION DIVISION IF LOOP MOVE MULTIPLY NEXT SENTENCE PERFORM PROCEDURE DIVISION SIGNAL STOP SUBTRACT

Origins

AppBuilder   CLIST   COBOL   FORTRAN   PL/I   REXX   RPG   

Mentions

Code pearls


BabyCobol is a project by Dr. Vadim Zaytsev a.k.a. @grammarware. Page last updated in March 2024.
XHTML 1.1 CSS 3