Fixed failing mycology tests
This commit is contained in:
parent
87fd2aa419
commit
4863af23b5
3 changed files with 11 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# NimFunge98 : a Funge-98 interpreter written in nim
|
||||
|
||||
This repository contains code for a nim program that can interpret a valid [Funge-98](https://github.com/catseye/Funge-98/blob/master/doc/funge98.markdown) program. It will soon pass the [mycology test suite](https://github.com/Deewiant/Mycology).
|
||||
This repository contains code for a nim program that can interpret a valid [Funge-98](https://github.com/catseye/Funge-98/blob/master/doc/funge98.markdown) program. It passes the [mycology test suite](https://github.com/Deewiant/Mycology).
|
||||
|
||||
Current limitations are :
|
||||
- currently does not implement any fingerprints
|
||||
|
|
Reference in a new issue