Improved repl

This commit is contained in:
Devine Lu Linvega 2024-05-24 21:03:49 -07:00
parent da91bc0aed
commit d6d004ca87
1 changed files with 8 additions and 8 deletions

View File

@ -1,17 +1,17 @@
?(?: ?:) ( ?(?: ?:) (
\n \n
\t Hello. Welcome to Modal\n \t Hi! Welcome to Modal\n
\t Start rewriting, or type "quit"\n \t Start rewriting, or type "quit"\n
\n \n
\t <> Defines a rule\n \t <> Define a rule\n
\t >< Undefines a rule\n \t >< Undefine a rule\n
\t ?x Assigns a register\n \t ?x Assign a register\n
\n \n
\t Have fun!\n \t Have fun\n
\n \n
) )
<> (quit ...) (?(?: ?:) (\n\tSee you soon.\n\n)) <> (quit @.) (?(?: ?:) (\n\t See you soon\n))
<> ..?~ (?~ ...) <> @?~ (?~ @.)
... @.