-
Notifications
You must be signed in to change notification settings - Fork 25
TypeCobolTypes
Olivier Smedile edited this page Nov 23, 2016
·
21 revisions
Future plan:
-
Weak and strong type
-
How to convert a type to another
-
typed pointer
-
How to share type between programs
-
link to opeartor ::
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