From 12bfc6786aef4bc37c8c325cbd2caeebf67b7cb9 Mon Sep 17 00:00:00 2001 From: robotis Date: Sat, 28 Jan 2012 14:54:57 +0000 Subject: [PATCH] Markup --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 0062491..6016eda 100644 --- a/README +++ b/README @@ -4,10 +4,11 @@ python LessCss Compiler. v0.6 -A compiler written in python 3 for the lesscss language. For those of us not willing/able to -have node.js installed in our environment. Not all features of lesscss are supported (yet). -Some features wil probably never be supported (JavaScript evaluation). This program uses PLY -(Python Lex-Yacc) to tokenize/parse the input. +A compiler written in python 3 for the lesscss language. +For those of us not willing/able to have node.js installed in our environment. +Not all features of lesscss are supported (yet). +Some features wil probably never be supported (JavaScript evaluation). +This program uses PLY (Python Lex-Yacc) to tokenize/parse the input. This is an early version, so you are likly to find bugs.