-
Notifications
You must be signed in to change notification settings - Fork 25
Move Statement
Olivier Smedile edited this page Mar 18, 2016
·
1 revision
#Move statement
-
- Cobol 2002 - If identifier-2 references a strongly-typed group item, identifier-1 shall be specified and be described as a group item of the same type.
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