-
Notifications
You must be signed in to change notification settings - Fork 2
Home
realistschuckle edited this page Sep 14, 2010
·
8 revisions
The goll1e
project provides an LL(1) parser generator for the Go programming language.
The following pages provide information on the use of goll1e
.
Input Grammar describes the format of the input grammar that goll1e
uses to create its parsers.
Generated File Contents describes what you’ll find in a goll1e
-generated parser.
Example Grammar File describes the input.y
file included in the distribution and built with make gen
Upcoming lists the features not in goll1e
but probably should exist in it.