pretty printer

il manque \t
This commit is contained in:
Minh VU
2025-02-07 09:55:45 +01:00
parent 7dcf0385e4
commit 16ca8f7050
10 changed files with 105 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ turtle ::= Turtle(phrase*)
phrase ::= Phrase(entity, aff*)
aff ::= Aff(entity, complement*)
complement ::= Complement(Entity)
|Text(String)
| Complement_Text(String)
entity ::= Entity(String)