Skip to content

DSML: Add an IExpression parser base class

Alexander Diewald requested to merge 3593 into master
  • Implements generic visit methods for all DMSL expressions to ease the creation of visitors for which only a small subset of the DSML is of interest.
  • Allow null return values from visitors that indicate a no-Op.

Issue-Ref: 3593 Issue-Url: https://af3-developer.fortiss.org/issues/3593 Signed-off-by: Alexander Diewald diewald@fortiss.org

Merge request reports