Commit a2ae79f1 authored by Philip Makedonski's avatar Philip Makedonski Committed by Philip Makedonski
Browse files

+ cleanup and refinements

parent 0e1d280b
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -270,11 +270,8 @@ SimpleEventSequence returns to::EventSequence:
;

RepeatedEventSequence returns to::RepeatedEventSequence:
    //TODO: adapt for behaviours
    'repeat'
    //TODO: revise
    //('every' interval=IterationValue | repetitions=IterationValue 'times')? 
    //DONE: replace
    ('every' interval=Value | repetitions=Value 'times')? 
    BEGIN
        events+=FirstEventOccurrence 
        events+=EventOccurrence*
@@ -500,11 +497,10 @@ EventSpecificationTemplate returns to::EventSpecificationTemplate:
    AnnotationCommentFragment
    'Template' name=Identifier
    BEGIN
        eventSpecification=EventOccurrenceSpecification
        eventSpecification=FirstEventOccurrenceSpecification
    END
;

//TODO: test and validate
FirstEventTemplateOccurrence returns to::EventTemplateOccurrence:
    EventTemplateOccurrenceFragment
;