This commit is contained in:
crumbtoo
2024-03-27 13:57:10 -06:00
parent b6a4f71706
commit 92305b2031
4 changed files with 51 additions and 19 deletions

View File

@@ -209,7 +209,7 @@ layout_list0(sep,p) : p { [$1] }
-- layout1(p : β) :: [β]
layout1(p) : '{' layout_list1(';',p) '}' { $2 }
| VL layout_list1(VS,p) VS VR { $2 }
| VL layout_list1(VS,p) VS VR { $2 }
| VL layout_list1(VS,p) VR { $2 }
-- layout_list1(sep : α, p : β) :: [β]