From 9338983c1d64cb93b4d45530b3d729ba01297b62 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Fri, 31 May 2019 16:15:41 +0200 Subject: [PATCH] moving demo --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b669589e8..fbbdac87ae 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ This is an experimental Javascript lexer, parser and Just-in-Time compiler writt This project is an attempted rewrite of Bebbington's js.rs. Most of the Rust code has been rewritten from scratch. +#### Live Demo + +https://jasonwilliams.github.io/boa/ + +You can get more verbose errors when running from the commnand line + ### Contributing If you don't already have Rust installed rustup is the recommended tool to use. It will install Rust and allow you to switch between nightly, stable and beta. You can also install additional components. @@ -30,10 +36,6 @@ $ yarn serve In the console you can use `window.evaluate` to pass JavaScript in -##### Live Demo - -https://jasonwilliams.github.io/boa/ - #### Roadmap - ~string.length~ - works in 0.1.5