-
Notifications
You must be signed in to change notification settings - Fork 0
Lexer and Parser Library for PHP
License
ktomk/Tallakit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Tallakit - Lexer and Parser Library for PHP Copyright (C) 2010-2011 Tom Klingenberg, some rights reserved This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See COPYING. README Tallakit is a library for lexing and parsing with PHP. WARNING: This is alpha stage software, expect public interfaces to change prior notice. Requirements: PHP 5.3.3 or higher PHPUNIT 3.5.5 or higher (for the test-suite) Use: To make use of the library, copy over the src directory into your library folder. It ships with a PSR-0 compatbile autoloader. To make use of the library require the base file: require_once('library/Tallakit.php'); After including the autoloader, auto-loading is enabled and the frame- work can be used.
About
Lexer and Parser Library for PHP
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published