-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add effector parameters to model map
- changes to the *.map files output with *.model files - include parameter types and raw parameter tokens per effector - reorder artifacts (signals,fields,transducers,effector/parameters) Signed-off-by: jrte <[email protected]>
- Loading branch information
Showing
9 changed files
with
155 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,52 @@ | ||
version ribose-0.0.2 | ||
target com.characterforming.ribose.TCompile | ||
transducer Automaton 0 | ||
signal nul 256 | ||
signal nil 257 | ||
signal eol 258 | ||
signal eos 259 | ||
effector 0 0 | ||
effector 1 1 | ||
effector paste 2 | ||
effector select 3 | ||
effector copy 4 | ||
effector cut 5 | ||
effector clear 6 | ||
effector count 7 | ||
effector signal 8 | ||
effector in 9 | ||
effector out 10 | ||
effector mark 11 | ||
effector reset 12 | ||
effector start 13 | ||
effector pause 14 | ||
effector stop 15 | ||
effector msum 16 | ||
effector mproduct 17 | ||
effector mscan 18 | ||
effector header 19 | ||
effector transition 20 | ||
effector automaton 21 | ||
field 0 | ||
field * 1 | ||
field version 2 | ||
field tapes 3 | ||
field transitions 4 | ||
field states 5 | ||
field symbols 6 | ||
field from 7 | ||
field to 8 | ||
field tape 9 | ||
field length 10 | ||
field symbol 11 | ||
signal nul 256 | ||
signal nil 257 | ||
signal eol 258 | ||
signal eos 259 | ||
field 0 | ||
field * 1 | ||
field version 2 | ||
field tapes 3 | ||
field transitions 4 | ||
field states 5 | ||
field symbols 6 | ||
field from 7 | ||
field to 8 | ||
field tape 9 | ||
field length 10 | ||
field symbol 11 | ||
transducer Automaton 0 | ||
effector 0 0 | ||
effector 1 1 | ||
effector paste 2 [ IToken[] ] | ||
effector select 3 [ Integer ] | ||
`~version` | ||
`~tapes` | ||
`~transitions` | ||
`~states` | ||
`~symbols` | ||
`~from` | ||
`~to` | ||
`~tape` | ||
`~length` | ||
`~symbol` | ||
effector copy 4 [ Integer ] | ||
effector cut 5 [ Integer ] | ||
effector clear 6 [ Integer ] | ||
effector count 7 [ int[] ] | ||
`~length` `!eol` | ||
effector signal 8 [ Integer ] | ||
effector in 9 [ IToken[] ] | ||
effector out 10 [ IToken[] ] | ||
effector mark 11 | ||
effector reset 12 | ||
effector start 13 [ Integer ] | ||
effector pause 14 | ||
effector stop 15 | ||
effector msum 16 [ long[] ] | ||
effector mproduct 17 [ int[] ] | ||
effector mscan 18 [ Integer ] | ||
effector header 19 | ||
effector transition 20 | ||
effector automaton 21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters