struct variable type checking, refactoring to avoid circular dependencies

This commit is contained in:
vegowotenks 2025-01-02 10:54:15 +01:00
parent 9f2fad1507
commit 1c1e25a881
15 changed files with 224 additions and 140 deletions

View file

@ -25,14 +25,16 @@ source-repository head
library
exposed-modules:
Data.String.Ubc.Parse
Data.String.Ubc.Parse.FileScope
Data.String.Ubc.Parse.Language
Data.String.Ubc.Parse.ParserState
Data.String.Ubc.Parse.Scope
Data.String.Ubc.Parse.Struct
Data.String.Ubc.Parse.StructScope
Data.String.Ubc.Parse.StructVariable
Ubc.Parse
Ubc.Parse.Data.Struct
Ubc.Parse.Language
Ubc.Parse.ParserState
Ubc.Parse.Scope
Ubc.Parse.Scope.FileScope
Ubc.Parse.Scope.StructScope
Ubc.Parse.Struct
Ubc.Parse.Types
Ubc.Parse.VariableType
other-modules:
Paths_ubcc
autogen-modules: