From e2ccce38d3d7a0f77a0834b87912a679bcb4ed47 Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 1 Mar 2012 09:16:09 -0500 Subject: [PATCH] Updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73aff42..3bfbbc0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ Project Template ============================================== -Version: 0.1
-Created By: Michael D. Lowis
-Email:
+ Version: 0.1 + Created By: Michael D. Lowis + Email: mike@mdlowis.com About This Project ---------------------------------------------- -This is project implements a library of useful classes for developing recursive -descent parsers in c++. The library provides a generic abstract syntax tree +This project implements a library of useful classes for developing recursive +descent parsers in c/c++. The library provides a generic abstract syntax tree class, lexer and parser base classes, as well as a tree visistor class with a useful implementation for pretty printing an arbitrary syntax tree. Users of this library can link against it statically or dynamically. -- 2.54.0