An open API service indexing awesome lists of open source software.

https://github.com/secondtruth/php-lexer

Base library for simple lexers
https://github.com/secondtruth/php-lexer

composer-package lexer php-library tokenizer

Last synced: 11 months ago
JSON representation

Base library for simple lexers

Awesome Lists containing this project

README

          

PHP Lexer
=========

Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.

Inspired by the [Doctrine Lexer](https://github.com/doctrine/lexer).