.hdes-ast.3.130.78.source-code.HdesParser.g4 Maven / Gradle / Ivy
The newest version!
parser grammar HdesParser;
options { tokenVocab = HdesLexer; }
import DecisionTableParser, ExpressionParser, ServiceTaskParser, FlowParser;
hdesContent: hdesBody* EOF;
hdesBody: (
FLOW flowUnit
| DECISION_TABLE decisionTableUnit
| SERVICE_TASK serviceTaskUnit
| EXPRESSION '{' expressionUnit '}');
© 2015 - 2025 Weber Informatics LLC | Privacy Policy