-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Olivier Smedile edited this page Nov 28, 2016
·
23 revisions
Welcome to the TypeCobol wiki! (Last build status:
)
TypeCobol is a superset to COBOL 85 currently in development.
Following features are implemented:
- Type mechanism
- TypeCobol comes with intrinsic types: Boolean, Date, DateDB2, ...
- Fonctions and procedures
- Basic error code management
-
Operator
::
which allow to qualify a variable starting with the top most variable- Same behavior as operators
of
andin
, but you have to start with the parent variable
- Same behavior as operators
TypeCobol allow you to use these new keywords. TypeCobol code is then translated to Cobol 85.
We also provide minimal integration with RDZ
Version 1.0 Alpha1 is targeted for December 2016 !
Introduction
TypeCobol language
-
In a nutshell
-
TypeCobol concepts
TypeCobol Editor
(Type)Cobol parser API
TypeCobol architecture
- Glossary
- Main phases
- How to extend the grammar and semantic check (full example)
- File
- Text
- Code analysis steps
- Program class parser
- Type checker
- Error handler
- Grammars Composition
- Code generation
- Compilation process
(Type)Cobol concepts / reference doc
Contributing