-
Notifications
You must be signed in to change notification settings - Fork 3
/
lola.1
25 lines (25 loc) · 953 Bytes
/
lola.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.\"
.\" Copyright © 2019 Keith Packard <[email protected]>
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful, but
.\" WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
.\" General Public License for more details.
.\"
.TH LOLA 1 "lola" ""
.SH NAME
lola \- LL parser generator
.SH SYNOPSIS
.B "lola" [--format c|python] [--output filename] [-Dname] grammar.ll
.SH DESCRIPTION
.I 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.
.SH AUTHOR
Keith Packard