Skip to content

takikawa/combinator-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

combinator-parser

This is a combinator parser library for Racket that is provided for historical reasons. The code was previously part of the Racket distribution but was removed for lack of a maintainer. We recommend using either parser-tools/yacc or other parsing packages such as parsack or ragg.

For legacy code, the easiest way to get combinator-parser working is to use raco pkg if you have Racket v5.3.2 or newer:

  • raco pkg install combinator-parser

For older versions of Racket, try the following:

  • git clone git://github.com/takikawa/combinator-parser.git
  • cd combinator-parser/combinator-parser
  • raco link .

This will install combinator-parser as a collection in your Racket installation. Thus, all of your require statements should work as expected.

About

Legacy parser combinator library for Racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages