Skip to content

Commit

Permalink
Merge pull request #43 from AxelHumeau/feature/ast-optimizer
Browse files Browse the repository at this point in the history
Optimizer (+ quelques truc dans l'éval)
  • Loading branch information
AxelHumeau authored Jan 11, 2024
2 parents 08c72b8 + ed0219f commit ae077cf
Show file tree
Hide file tree
Showing 5 changed files with 468 additions and 87 deletions.
2 changes: 2 additions & 0 deletions LobsterLang/LobsterLang.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ library
exposed-modules:
AST
AstEval
AstOptimizer
Compiler
Parse
Scope
Expand Down Expand Up @@ -69,6 +70,7 @@ test-suite LobsterLang-test
main-is: Spec.hs
other-modules:
AstEvalSpec
AstOptimizerSpec
CompilerSpec
VmSpec
Paths_LobsterLang
Expand Down
Loading

0 comments on commit ae077cf

Please sign in to comment.