Provide "library" via tricu file directly

Allows easier loading of other files and drops the list of Haskell
strings containing the basic tools included
This commit is contained in:
2025-01-01 18:53:56 -06:00
committed by James Eversole
parent 1c8457733e
commit 8b0b24e7dc
7 changed files with 80 additions and 64 deletions

View File

@ -32,7 +32,6 @@ executable tricu
Eval
FileEval
Lexer
Library
Parser
REPL
Research
@ -61,7 +60,6 @@ test-suite tricu-tests
Eval
FileEval
Lexer
Library
Parser
REPL
Research