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
- Host: GitHub
- URL: https://github.com/secondtruth/php-lexer
- Owner: secondtruth
- License: mit
- Created: 2020-09-17T16:01:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T19:43:32.000Z (over 5 years ago)
- Last Synced: 2025-03-19T20:48:00.731Z (11 months ago)
- Topics: composer-package, lexer, php-library, tokenizer
- Language: PHP
- Homepage: https://www.secondtruth.de
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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).