Skip to content

pat42smith/glean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glean is a parser generator for the Go programming language. It scans .go files to find the rules of a grammar, and writes a parser in Go.

The parser generator can be found in the glean subdirectory of this directory.