Skip to content

profolsen/pteroform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pteroform -- A Parsing Library

Build Status

Pteroform is an LL(1) Parsing library.
Create Terminals, and Rules with one or many derivations. Add the Rules and Terminals to a Grammar. Create a Parser that uses the Grammar to parse Strings, and create a Term from an input String and the Parser.