Rename "compiler" functionality to Evaluator

Allows for stdin input for evaluation when no input file is provided.
This commit is contained in:
2025-01-01 08:17:05 -06:00
committed by James Eversole
parent bc9064b058
commit 3ab9b58194
8 changed files with 43 additions and 32 deletions

View File

@ -29,8 +29,8 @@ executable tricu
, mtl
, text
other-modules:
Compiler
Eval
FileEval
Lexer
Library
Parser
@ -58,8 +58,8 @@ test-suite tricu-tests
, text
default-language: Haskell2010
other-modules:
Compiler
Eval
FileEval
Lexer
Library
Parser