Skip to content

Commit

Permalink
Added meaningful README content
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy Baukema committed May 27, 2012
1 parent a49f8e7 commit 26649b8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
@@ -1 +1,13 @@
Hello World! QueryLang - A Parser for a Querying Language in PHP
===================================================

This is an example parser written for the "Let's build a Parser!" talk at the Dutch PHP Conference of 2012.

Over several versions a Parser for a simplistic Querying language is built up using both predictive recursive descent
and PHP-PEG.

To install this projects dependencies you must use PHP5.3+ and Composer, please follow these instructions:
https://github.com/composer/composer#installation--usage

To run the test suite you must have PHPUnit installed,
after which you can simply run the phpunit command in the project root.

0 comments on commit 26649b8

Please sign in to comment.