More exaustive example, fixed grammar

This commit is contained in:
elvis
2025-09-11 02:17:40 +02:00
parent 91f69c9e6d
commit 63c34981ae
5 changed files with 396 additions and 102 deletions

View File

@ -16,8 +16,8 @@ Digraph > GraphML
> Print,
Digraph > node { if (entities == {a, b})
then { return 0 }
else { return 2 } }
then { return 0; }
else { return 2; } }
> Dot
| Entities
| Entities
@ -25,7 +25,7 @@ Digraph > node { if (entities == {a, b})
| ! "black"
> Print,
Digraph > node { return entities == {b} }
Digraph > node { return entities == {b}; }
> Dot
| Entities
| Entities