Skip to content

Commit

Permalink
instructions to run
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisamaphone committed Apr 18, 2019
2 parents 1725d7c + 6096c26 commit efae900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# pcg-fp
Tinkering with creating a functional programming language for procedural content generation.

[Design document](https://docs.google.com/document/d/1yoQqZrVah0TXHAcETi4QIyr48cril_crmiTs_87vmTo/edit?usp=sharing)

To run:
- Install [SML/NJ](https://www.smlnj.org/)
- Run ``rlwrap sml`` in the repo directory
- Type ``use "interpreter.sml;``
- Ty[e ``Interpreter.<fn>`` to access functions
- Type ``Interpreter.<fn>`` to access functions

0 comments on commit efae900

Please sign in to comment.