TypeCobol
TypeCobol copied to clipboard
Implement missing symbols from Semantic Domain Lite
Issue to be completed!
Description
Some symbols are missing from Semanic Domain Lite that need to be implemented
- Renames clause
Look for "TODO SemanticDomain" in code to get the list of missing features:
- Symbols for RENAMES / 66-levels
- Type expansion mechanism (
TypedefSymbol
andTypedefType
are created but types are not expanded)
After the SemanticDomain is complete, null checks on values coming from StorageAreaReadsSymbol
and StorageAreaWritesSymbol
can be removed.