-
Notifications
You must be signed in to change notification settings - Fork 25
License
The code of this repository is published under the CeCILL-C v1 Open Source Licence, which is very similar to the LGPL but was adapted to be compatible with the french law.
-
The Licensee is authorized to use the Software, without any limitation as to its fields of application.
-
The Licensee acknowledges that the Software is supplied "as is" by the Licensor without any other express or tacit warranty.
-
DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
The Licensee is authorized to distribute true copies of the Software in Source Code or Object Code form, provided that said distribution complies with all the provisions of the Agreement and is accompanied by:
- a copy of the Agreement,
- a notice relating to the limitation of both the Licensor's warranty and liability as set forth in Articles 8 and 9, and
- the Licensee allows effective access to the full Source Code of the Software.
-
DISTRIBUTION OF MODIFIED SOFTWARE
The Licensee is authorized to distribute the Modified Software, in source code or object code form, provided that said distribution complies with all the provisions of the Agreement and is accompanied by:
- a copy of the Agreement,
- a notice relating to the limitation of both the Licensor's warranty and liability as set forth in Articles 8 and 9, and
- the Licensee allows effective access to the full source code of the Modified Software.
-
DISTRIBUTION OF DERIVATIVE SOFTWARE
When the Licensee creates Derivative Software, this Derivative Software may be distributed under a license agreement other than this Agreement, subject to compliance with the requirement to include a notice concerning the rights over the Software.
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