From cca0eb2117a98695a0280adbc1693b3c92cfab7a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 6 Oct 2021 23:25:41 +0200 Subject: Implemented the interpreter --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 311565d..f0c07e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ 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). Current limitations are : -- it is not finished! - currently does not implement any fingerprints - does not implement concurrent execution with the `t` command - does not implement file I/O with the `i` and `o` commands @@ -70,4 +69,7 @@ To debug these particular tests, use : ``` nim c --debugger:on --parallelBuild:1 --debuginfo --linedir:on tests/stack.nim gdb tests/stack +set args XXXXX-if-necessary +b src/truc.nim:123 +r ``` -- cgit v1.2.3