From 3092d74a08bd130787aee3b8ebc986b7e229e4e2 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sun, 14 Feb 2010 23:40:18 -0500 Subject: [PATCH] updating the readme with a warning about the self-compiler --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 3659b844..d46343c6 100644 --- a/README +++ b/README @@ -37,5 +37,8 @@ The source repository: git://github.com/jashkenas/coffee-script.git - To build CoffeeScript from source, install the "racc" gem and - run "rake build:parser". Then bin/coffee will work. + Warning: A new version of the compiler, written entirely in CoffeeScript, + is in the works. Check out /src for the details. To try it out, use + bin/node_coffee. To have CoffeeScript recompile itself, run: + + bin/node_coffee -o lib/coffee_script src/*.coffee