feat[core]: Expressions and Patterns

This commit is contained in:
vegowotenks 2025-08-15 09:59:45 +02:00
parent 45c02e7e54
commit c02f1b292b
9 changed files with 192 additions and 15 deletions

View file

@ -26,6 +26,10 @@ library
Language.Scalie.Compiler.Bytecode
Language.Scalie.Core.Definition
Language.Scalie.Core.Expression
Language.Scalie.Core.Expression.ConstructorIdentifier
Language.Scalie.Core.Expression.Pattern
Language.Scalie.Core.Expression.PatternMatchCase
Language.Scalie.Core.Expression.VariableIdentifier
Language.Scalie.Core.Module
Language.Scalie.Core.Pattern
Language.Scalie.Core.Provenance