From ad5928d7b5e36eeb231620bbeb0edd2a19581162 Mon Sep 17 00:00:00 2001 From: jcguu95 Date: Wed, 20 Mar 2024 19:07:58 -0400 Subject: [PATCH] Update readme. --- impls/python-compile/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/impls/python-compile/readme.md b/impls/python-compile/readme.md index 6ba34f2a..11508c6f 100644 --- a/impls/python-compile/readme.md +++ b/impls/python-compile/readme.md @@ -48,6 +48,6 @@ iters over 10 seconds: 148519 + Document how the design of the compiler. -+ **Clean Up Code and Submit Pull Request:** Review the codebase - for any cleanup or optimization opportunities. Once ready, - submit a pull request for review and integration. ++ Finish implementing `compile_file`. + ++ Wait for pull request decision: https://github.com/kanaka/mal/pull/653