Simple parse-dump main function, also fixed about everything

This commit is contained in:
vegowotenks 2025-01-25 20:55:26 +01:00
parent f35ca83d7a
commit 01fafec1c0
18 changed files with 179 additions and 214 deletions

View file

@ -25,21 +25,16 @@ source-repository head
library
exposed-modules:
Ubc.Parse
Ubc.Parse.Syntax.Config
Ubc.Parse.Syntax.Data.Struct
Ubc.Parse.Syntax.Expression
Ubc.Parse.Syntax.File
Ubc.Parse.Syntax.Function
Ubc.Parse.Syntax.Language
Ubc.Parse.Syntax.ParserState
Ubc.Parse.Syntax.Scope
Ubc.Parse.Syntax.Scope.FileScope
Ubc.Parse.Syntax.Scope.StructScope
Ubc.Parse.Syntax.Operators
Ubc.Parse.Syntax.Statement
Ubc.Parse.Syntax.Struct
Ubc.Parse.Syntax.TypeExpression
Ubc.Parse.Syntax.Types
Ubc.Parse.Syntax.VariableType
other-modules:
Paths_ubcc