All Downloads are FREE. Search and download functionalities are using the official Maven repository.

imports.ServiceTaskParser.g4 Maven / Gradle / Ivy

The newest version!
parser grammar ServiceTaskParser;
options { tokenVocab = HdesLexer; }
import TypeDefParser, ExpressionParser;


serviceTaskUnit: simpleTypeName headers '{' externalService '}';
promise: PROMISE '{' promiseTimeout? '}';
promiseTimeout: TIMEOUT ':' expressionUnit;
externalService: promise? typeName mapping; 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy