2017 © Pedro Peláez
 

library syntax

Syntax trait enriching classes with parser, interpreter and compiler for expression support.

image

doozer-framework/syntax

Syntax trait enriching classes with parser, interpreter and compiler for expression support.

  • Saturday, November 12, 2016
  • by clickalicious
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

logo

Syntax

Build Status Code Climate Test Coverage Issue Count Dependency Status, (*1)

Library providing a trait to bring parser, interpreter and compiler support for expressions to classes., (*2)

Install

You can add it via composer's command line interface:, (*3)

$ composer require doozer-framework/syntax:^0.1

OR add it to composer.json:, (*4)

  ...
  "require": {
    "doozer-framework/syntax": "^0.1"
  }
  ...

and run an update:, (*5)

$ composer update doozer-framework/syntax

Contributing

Feel free to contribute with additions, fixes or documentation. Fork the project, apply your changes and create a pull request so we can review your changes before merging them., (*6)

Code & Standards

We follow the Symfony coding standards., (*7)

Tests

Ensure that the unit-test suite still runs successful before creating a pull request for your additions. The unit-test suite is provided as phpunit.xml.dist in the root of the project. To execute it run the following command from the projects root:, (*8)

$ bin/phpunit -c .

Ensure also that your additions are also covered by unit-tests!, (*9)

Coverage Report

You will find an automatic generated and always up to date coverage report for this repository at: https://doozer-framework.github.io/Syntax/, (*10)

This coverage report is being updated automatically after each successful merge to the Doozer master repository (Doozer-Framework/Syntax)., (*11)

License

MIT, (*12)

Credits

Icons made by Vaadin from www.flaticon.com is licensed by CC 3.0 BY

The Versions

12/11 2016

dev-master

9999999-dev https://doozer.readme.io/

Syntax trait enriching classes with parser, interpreter and compiler for expression support.

  Sources   Download

MIT

The Requires

 

The Development Requires

language syntax expression clickalicious doozer-framework