feat[bytecode]: A lot of scaffolding for setup

This commit is contained in:
vegowotenks 2025-08-14 13:22:31 +02:00
parent 766528677f
commit f9ea61d348
7 changed files with 130 additions and 0 deletions

View file

@ -24,6 +24,12 @@ library
Language.Scalie.Ast.Expression
Language.Scalie.Ast.Module
Language.Scalie.Ast.Pattern
Language.Scalie.Ast.Provenance
Language.Scalie.Ast.Provenance.SourceLocation
Language.Scalie.Bytecode.Instruction
Language.Scalie.Bytecode.Object
Language.Scalie.Bytecode.Object.Builder
Language.Scalie.Compiler.Bytecode
Language.Scalie.Domain.Type
other-modules:
Paths_scalie