Man page - lola(1)

Packages contains this manual

    Package:  lola
    apt-get install lola
    Manuals in package:
    Documentations in package:

Manual

LOLA

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

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