-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Olivier Smedile edited this page Mar 16, 2018
·
23 revisions
Welcome to the TypeCobol wiki!
TypeCobol is a superset to COBOL 85.
Following features are implemented:
- Type mechanism
- Fonctions and procedures
-
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
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