PHPackages                             kw/parser-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kw/parser-bundle

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

kw/parser-bundle
================

Parser for context free grammars

012PHP

Since Nov 26Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kaywalker/KwParserBundle)[ Packagist](https://packagist.org/packages/kw/parser-bundle)[ RSS](/packages/kw-parser-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

KwParserBundle
==============

[](#kwparserbundle)

This bundle provides a simple Lexer and a SLR Parser. Both classes can be accessed as a symfony service.

You must provide a context free grammar through configuration to make the tokenization and parsing work.

\##Installation

### 1) download the composer package

[](#1-download-the-composer-package)

```
$ php composer.phar require kw/parser-bundle:dev-master
```

### 2) Enable the Bundle

[](#2-enable-the-bundle)

```
