From 3e33b4a61854b600a134370b387a0604bba997d5 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Wed, 6 Jan 2010 22:57:21 -0500 Subject: [PATCH] adding a warning about parser.rb to the readme --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 79d1679c..264e9a82 100644 --- a/README +++ b/README @@ -36,3 +36,8 @@ The source repository: git://github.com/jashkenas/coffee-script.git + + Warning: + If you're building CoffeeScript from source, the Racc-generated + parser.rb was recently removed from revision control. Use + `rake build:parser` to regenerate it.