-
Notifications
You must be signed in to change notification settings - Fork 26
Statements priority of implementation
wiztigers edited this page Feb 1, 2016
·
1 revision
As described by the following 3 project milestones :
- High priority statements
- Arithmetic statements
- File statements
- Average priority statements
- Low priority statements
Don't be fooled by the fact that some milestones are at 100% completion : for now, the issue for a specific statement is created only when the implementation of this statement has begun. So take a look at the specific list of open/closed issues for each milestone before celebrating its completion !
Feel free to commit some unit tests about syntax recognition. The process is described on this page.
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