feat(arch): edge labels implemented

This commit is contained in:
NicolasNewman
2024-04-17 12:27:53 -05:00
parent cb302a08b8
commit a5d3164ea4
5 changed files with 181 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ fragment Statement:
;
fragment Arrow:
lhsInto?=ARROW_INTO? lhsDir=ARROW_DIRECTION '--' rhsDir=ARROW_DIRECTION rhsInto?=ARROW_INTO?
lhsInto?=ARROW_INTO? lhsDir=ARROW_DIRECTION ('--' | '-' title=ARCH_TITLE '-') rhsDir=ARROW_DIRECTION rhsInto?=ARROW_INTO?
;
Group: