simple repl

This commit is contained in:
2017-04-28 11:54:10 +02:00
parent 639a513ad4
commit a36bab384d
4 changed files with 34 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
module Bc.Prompt where
module BC.Config where
versionStr = "0.1.0.0"
prompt = "> "
promptStr = "> "
returnStr = "=> "