Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctrine/lexer
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
https://github.com/doctrine/lexer
Last synced: 3 days ago
JSON representation
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
- Host: GitHub
- URL: https://github.com/doctrine/lexer
- Owner: doctrine
- License: mit
- Created: 2013-01-12T18:58:26.000Z (almost 12 years ago)
- Default Branch: 3.0.x
- Last Pushed: 2024-10-18T18:00:03.000Z (about 2 months ago)
- Last Synced: 2024-10-29T19:18:12.418Z (about 1 month ago)
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/lexer.html
- Size: 213 KB
- Stars: 11,077
- Watchers: 21
- Forks: 60
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- php-awesome - Doctrine Lexer
README
# Doctrine Lexer
[![Build Status](https://github.com/doctrine/lexer/workflows/Continuous%20Integration/badge.svg)](https://github.com/doctrine/lexer/actions)
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
https://www.doctrine-project.org/projects/lexer.html