diff options
author | Julien Dessaux | 2021-10-08 23:11:06 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-08 23:11:06 +0200 |
commit | 4863af23b5280354293524191cba82f09403b741 (patch) | |
tree | cfd510775bc16cbe011aa42ec789008a16e284b1 /README.md | |
parent | Cosmetics (diff) | |
download | nimfunge98-4863af23b5280354293524191cba82f09403b741.tar.gz nimfunge98-4863af23b5280354293524191cba82f09403b741.tar.bz2 nimfunge98-4863af23b5280354293524191cba82f09403b741.zip |
Fixed failing mycology tests
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 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 |