Skip to content

Commit

Permalink
documenting order of declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz1502 committed May 2, 2024
1 parent 1bb608d commit 6b82358
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/IMITATOR-user-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2105,6 +2105,10 @@ \section{Model templates}\label{section:templates}
\end{IMITATORmodel}
\end{example}

Currently, it is necessary to first declare all templates, then declare all old-style
automatons, and, lastly, apply all desired instantiations. Similarly, declarations
of syntatic variables must come after declarations of regular variables.

Note that this is a purely syntactic feature; \imitator{} does not implement algorithms to handle a parameterized number of automata.
In practice, a simple preprocessing step translates the templates into standard \IPTA{}s.

Expand Down

0 comments on commit 6b82358

Please sign in to comment.