Skip to content

Commit

Permalink
Javadoc update for token escaping [no ci]
Browse files Browse the repository at this point in the history
Signed-off-by: jrte <[email protected]>
  • Loading branch information
jrte committed Sep 13, 2023
1 parent d946184 commit 1ef5dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/com/characterforming/ribose/IToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
* corresponding to backquoted Unicode text in effector parameters in ribose patterns.
* To ribose a token may represent a literal or a symbolic reference to a transducer,
* field or signal prefixed with a special byte designating the type of the referent
* (@, ~ or !, respectively).
* (@, ~ or !, respectively). Literal tokens that require a type prefix, (eg {@code
* out[`!Aliteral`]}) can escape the prefix by doubling it ({@code `!!Aliteral`]}).
* <br><br>
* Arrays of {@code IToken} objects, corresponding to effector parameters, are conveyed
* to proxy parameterized instances during effector parameter precompilation. See the
Expand Down

0 comments on commit 1ef5dd9

Please sign in to comment.