davekok/parser

A Look Ahead, Left to right, Right most derivation parser.

Maintainers

Package info

github.com/davekok/parser

pkg:composer/davekok/parser

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2022-05-29 12:56 UTC

This package is auto-updated.

Last update: 2026-02-07 05:25:30 UTC


README

Implementation of the Look-Ahead Left to right, Rightmost derivation parser in PHP. Look-Ahead is constraint to one token ahead.