remorhaz/lexer-runtime

Lexical Analysis Runtime Library

dev-master 2020-06-30 10:51 UTC

This package is auto-updated.

Last update: 2024-04-29 04:33:48 UTC


README

Latest Stable Version Build Status Scrutinizer Code Quality codecov Mutation testing badge License

Introduction

This library provides minimalistic runtime environment to perform lexical analysis.

Requirements

  • PHP 7.3+
  • Internationalization functions (intl)

Installation

To install this library using composer, run the following command:

composer require remorhaz/lexer-runtime

License

This library is licensed under MIT license.