Open orlade-anz opened 4 years ago
@orlade-anz Can you shed some light on this issue? What exactly is the need here? I see that there is already a source context associated with stmt in the sysl protobuf. for eg.
"stmt": [......], "sourceContext": { "file": "args.sysl", "start": { "line": 12, "col": 4 }, "end": { "line": 17 } } } },
Each element of "stmt": [......] should have a source_context of its own.
"stmt": [......]
source_context
@orlade-anz Can you shed some light on this issue? What exactly is the need here? I see that there is already a source context associated with stmt in the sysl protobuf. for eg.