amuletml / amulet

An ML-like functional programming language
https://amulet.works/
BSD 3-Clause "New" or "Revised" License
328 stars 16 forks source link

Add :help REPL command with explanations of every command #252

Closed CrazedProgrammer closed 4 years ago

CrazedProgrammer commented 4 years ago

This PR adds a :help / :? command that displays what each command does. When starting the REPL, this fact is also displayed.

This would help new users get a hang of the REPL and the available commands.

SquidDev commented 4 years ago

And merged! Thank you very much. ❤