Collect types into the global symbol table

This commit is contained in:
2024-07-31 00:49:16 +03:00
parent 92990e52f0
commit d4471ca2fa
5 changed files with 77 additions and 18 deletions

View File

@@ -35,6 +35,7 @@ library elna-internal
Language.Elna.SymbolTable
Language.Elna.Types
build-depends:
exceptions ^>= 0.10,
hashable ^>= 1.4.3,
parser-combinators ^>= 1.3,
transformers ^>= 0.6.1,
@@ -54,6 +55,7 @@ test-suite elna-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Language.Elna.NameAnalysisSpec
Language.Elna.ParserSpec
hs-source-dirs:
tests