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

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/romshark/llparser

A universal LL top-down parser written in Go

go golang golang-library library ll-parser parser top-down-parser

Last synced: 14 Jan 2026

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: 14 Jul 2025

https://github.com/marihachi/luna-parse

A code generator of recursive descent parser and lexer.

code-generator expression-parser lexer ll-parser modifiable parser recursive-descent-parser

Last synced: 14 Oct 2025

https://github.com/monoid/fucc

FU compiler complier, LALR and LL parser generator for Common Lisp; main repo after BitBucket Mercurial migration

common-lisp lalr lalr-parser lalr-parser-generator lisp ll-parser lr-parser

Last synced: 13 Aug 2025

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: 16 Oct 2025

https://github.com/teliosdev/yoga

A library for ruby parsing assistance.

ll-parser parsing ruby scanner yoga

Last synced: 24 Mar 2025

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

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

ll-parser python

Last synced: 01 Jul 2025

https://github.com/karbonitekream/syn

A syntax parser based on the LLLR method

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

Last synced: 25 Mar 2025

https://github.com/lavajuno/lucidjson

Straightforward JSON serialization & deserialization library for Java.

java json ll-parser parser serialization

Last synced: 16 Jan 2026

LL parser Awesome Lists
LL parser Categories