Introduced a cyclic dependency

This commit is contained in:
vegowotenks 2025-01-20 22:47:39 +01:00
parent 4592a89ebf
commit f35ca83d7a
5 changed files with 68 additions and 3 deletions

View file

@ -65,6 +65,7 @@ languageDef = LanguageDef {
, "else"
, "while"
, "until"
, "type"
]
, reservedOpNames = [ "+"
, "-"