TypeCobol icon indicating copy to clipboard operation
TypeCobol copied to clipboard

Implement missing symbols from Semantic Domain Lite

Open rooksdo opened this issue 4 years ago • 2 comments

Issue to be completed!

Description

Some symbols are missing from Semanic Domain Lite that need to be implemented

  • Renames clause

rooksdo avatar Sep 30 '20 15:09 rooksdo

Look for "TODO SemanticDomain" in code to get the list of missing features:

  • Symbols for RENAMES / 66-levels
  • Type expansion mechanism (TypedefSymbol and TypedefType are created but types are not expanded)

fm-117 avatar Jun 17 '21 15:06 fm-117

After the SemanticDomain is complete, null checks on values coming from StorageAreaReadsSymbol and StorageAreaWritesSymbol can be removed.

fm-117 avatar Apr 08 '22 08:04 fm-117