Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

LL parser

In computer science, an LL parser (Left-to-right, leftmost derivation) is a top-down parser for a restricted context-free language. It parses the input from Left to right, performing Leftmost derivation of the sentence.

https://github.com/lapets/imparse

Parser generator that can be used to quickly and succinctly define a parser definition, and to deploy an automatically-generated implementations thereof in multiple languages and on multiple platforms.

ll-parser parse parser parser-generator parser-library parsers parsing-library recursive-descent-parser

Last synced: 23 Nov 2024

https://github.com/gabrielmajeri/ll-k-parser

Python LL(k) parser for arbitrary context-free grammars

ll-parser python

Last synced: 22 Dec 2024

https://github.com/kbnim/fonya-jegyzetek

ELTE-IK Formális nyelvek és a fordítóprogramok alapjai

chomsky-hierarchy compilers formal-languages lecture-notes ll-parser lr-parser regular-expressions

Last synced: 30 Dec 2024

https://github.com/karbonitekream/syn

A syntax parser based on the LLLR method

grammar ll-parser lr-parser paring rust syntax-analysis

Last synced: 02 Dec 2024

https://github.com/teliosdev/yoga

A library for ruby parsing assistance.

ll-parser parsing ruby scanner yoga

Last synced: 02 Dec 2024

LL parser Awesome Lists
LL parser Categories