Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor/remove-SExpr…
Browse files Browse the repository at this point in the history
…-to-AST
  • Loading branch information
tzhengtek committed Jan 11, 2024
2 parents 417d400 + ae077cf commit 84db13f
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 84db13f

Please sign in to comment.