-
Notifications
You must be signed in to change notification settings - Fork 0
Command: Init
Romain Tetley edited this page Oct 28, 2024
·
1 revision
- No options.
<call val="Init"><option val="none"/></call>
- With options. Looking at ide_slave.ml, it seems that
options
is just the name of a *.v file, whose path is added viaAdd LoadPath
to the initial state.
<call val="Init">
<option val="some">
<string>${options}</string>
</option>
</call>
- The initial stateId (not associated with a sentence)
<value val="good">
<state_id val="${initialStateId}"/>
</value>