X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=README.md;h=cae72e296d85d6335d16666b9a7fc706896fce67;hb=fd2204fa98928a900f303209818dce7f2bae3c8a;hp=571377a2ef5604f7f90367a8c487e8aadcd6aefc;hpb=3206cc891aacf41c6bc6c00ecb2b85b3a0a2b72a;p=tiger.ml.git diff --git a/README.md b/README.md index 571377a..cae72e2 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ A Tiger-compiler implementation in (OCa)ML Status ------ -![screenshot-tests-semant-done-head](screenshots/tests-semant-done-head.jpg) +![screenshot-tests-head](screenshots/tests-head.jpg) ... -![screenshot-tests-semant-done-tail](screenshots/tests-semant-done-tail.jpg) +![screenshot-tests-tail](screenshots/tests-tail.jpg) ### Features #### Done @@ -49,6 +49,8 @@ Status - [-] grid view (cols: lex, pars, semant, etc.; rows: test cases.) - [x] implementation - [ ] refactoring + - [ ] test time-outs (motive: cycle non-detection caused an infinite loop) + - [ ] parallel test execution - [ ] Travis CI Implementation Notes