From 132250ca85beb3b9e69325f96a828e3471d6817d Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Tue, 27 Nov 2018 14:58:29 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d57a6ebd5f..ed458f4b34 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ This project is an attempted rewrite of Bebbington's js.rs. Most of the Rust cod #### Roadmap * Boxing/Unboxing of primitive types (using "string".length) -* Supporting non-semicolons * Adding support for constructors +* Better error output +* #### Usage * Checkout this project