davekok/parser

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

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

This package is auto-updated.

Last update: 2024-06-07 01:42:24 UTC


README

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