1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

Add factor instructions to readme

This commit is contained in:
Jordan Lewis 2015-03-13 16:23:11 -04:00
parent d5d7079db9
commit 5a53c6432e

View File

@ -135,6 +135,15 @@ cd coffee
coffee ./stepX_YYY
```
### Factor
*The Nim implementation was created by [Jordan Lewis (jordanlewis)](https://github.com/jordanlewis)*
```
cd factor
FACTOR_ROOTS=src factor -run=stepX_YYY
```
### Forth
*The Forth implementation was created by [Chris Houser (chouser)](https://github.com/chouser)*