Skip to content

Commit 2f8bddf

Browse files
committed
Added quote rules
1 parent 1384d8a commit 2f8bddf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/converters/grammar/systemText.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ In addition to the grammar, follow these numbered semantics rules:
8787
8. Do not omit the leading text declaration (closed-world assumption).
8888
9. Use the "immediately repeat since" fragment only for explicit loops, so only when you need to go back and start again an activity that has ended previously
8989
10. Output should be valid BeePath-constrained language that can be parsed directly.
90+
11. Activities should always be enclosed in double quotes.
91+
12. Subprocesses should be enclosed in parentheses and must be declared before use.
9092
9193
Lastly, the focus is to extract the activities present in the text and the relationships between them, such as anteriority, posteriority, concurrency, choice. Provide your output in text which follows the grammar.
9294

0 commit comments

Comments
 (0)