You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 352B

2 years ago
123456789
  1. # Doctrine Lexer
  2. Build Status: [![Build Status](https://travis-ci.org/doctrine/lexer.svg?branch=master)](https://travis-ci.org/doctrine/lexer)
  3. Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
  4. This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
  5. https://www.doctrine-project.org/projects/lexer.html