Skip to content

A Parser Combinator library for Java, based on Haskell's Parsec library, and the arcsecond node.js package.

Notifications You must be signed in to change notification settings

ItsVerday/Gradian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradian

Gradian is a Parser Combinator library for Java. It is based on Haskell's Parsec library, and the arcsecond node.js package.

What are Parser Combinators?

With parser combinator libraries, parsers are built up from smaller, simpler parsers. Parsers can be combined in a number of ways to produce more complex behavior. Gradian takes full advantage of this idea, providing a variety of "parser-combinators".

Naming

This library is named Gradian because of the naming of the node package it is based on, arcsecond. Both an arcsecond and a gradian are (somewhat obscure) units of angle.

Updated reference coming soon...

About

A Parser Combinator library for Java, based on Haskell's Parsec library, and the arcsecond node.js package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages