15_cheatsheet:production_operator
Differences
This shows you the differences between two versions of the page.
| 15_cheatsheet:production_operator [2025/11/03 04:13] – created gaetan | 15_cheatsheet:production_operator [2025/11/03 04:14] (current) – gaetan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Production operators ====== | ====== Production operators ====== | ||
| - | |||
| Production operators are operators that can be used in a production statement. | Production operators are operators that can be used in a production statement. | ||
| - | ====== ====== | + | ===== Edge operators |
| + | |||
| + | | whitespace | add node and connect with previous node, if any, by a successor edge | | ||
| + | | > | connect node with previous by a successor edge | | ||
| + | | < | connect node with previous by a reverse successor edge | | ||
| + | | %%< | ||
| + | | %%---%% | connect node with previous by a successor edge if there does not yet exist such an edge in either direction | | ||
| + | | %%+>%%, %%<+%%, %%< | ||
| + | | %%/>%%, %%</%%, %%</> | ||
| + | | %%-e-> | ||
| + | | %%-n->%% with a node-valued expression n | create a compound edge with n encoding the edge data | | ||
| + | | %%<-n-%% with a node-valued expression n | as before, but reverse direction | | ||
| + | | [, ] | define the starts and the end of a branch connected subgraph | | ||
15_cheatsheet/production_operator.1762139622.txt.gz · Last modified: 2025/11/03 04:13 by gaetan
