lola(1)

LL parser generator

Section 1 lola bookworm source

Description

LOLA

NAME

lola - LL parser generator

SYNOPSIS

lola [--format c|python] [--output filename] [-Dname] grammar.ll

DESCRIPTION

lola is a general purpose parser generator for context-free LL languages. It can generate a C program or Python data structure to parse the language represented by context-free LL grammars.

AUTHOR

Keith Packard