-
Notifications
You must be signed in to change notification settings - Fork 25
HowToChangelog
rooksdo edited this page Mar 25, 2020
·
2 revisions
The text of the release must specify what is new and what have been fixed in the associated milestone. You can use this MarkDown template to describe the tag:
**A short description to explain the main goal of this release**
# New
- Description of issue (#IssueNumber)
# Fixed
- Description of issue (#IssueNumber)
The following steps may be followed as to produce a proper changelog
- Retrieve all commits from the associated pull request (either manually if the number is limited or by using a plugin)
- Cross reference this list with issues and merged pull requests from the associated milestone to keep only references to actual issues/pull requests that have been worked on and merged.
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