-
Notifications
You must be signed in to change notification settings - Fork 26
GitConfig
Olivier Smedile edited this page Apr 12, 2018
·
1 revision
Add theses settings to your ~/.gitconfig
file
[user]
name = Guilherme M. Trein
email = [email protected]
[pull]
rebase = true
https://github.com/trein/dev-best-practices/wiki/Git-Tips
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