romshark / llparser

A universal LL top-down parser written in Go
BSD 3-Clause "New" or "Revised" License
45 stars 1 forks source link

Improve pattern Lexed #14

Closed romshark closed 4 years ago

romshark commented 4 years ago

Improve pattern Lexed by simplifying its API and improving its parsing performance by avoiding scanning a lexed sequence twice.