mirror of
https://github.com/anoma/juvix.git
synced 2024-12-20 13:21:47 +03:00
df4036d600
* Add shelltests for `juvix repl` * repl: Compute entrypoint root when loading a file Previously the REPL would use app root (which could be the current directory or the project root of the initially loaded file). Thus files in a different project could not be loaded. The entrypoint root must be computed each time a new file is `:load`ed. Adds shell-tests for REPL commands * Move preludePath to Juvix.Extra.Paths |
||
---|---|---|
.. | ||
Commands | ||
TopCommand | ||
App.hs | ||
CommonOptions.hs | ||
Evaluator.hs | ||
GlobalOptions.hs | ||
Main.hs | ||
Root.hs | ||
TopCommand.hs |