Skip to content

grammarhoard/2022-huisma-lake-parsing

 
 

Repository files navigation

lake-parser-combinators

Setup project

  1. Install The Haskell Tool Stack
  2. stack setup
    

GHCI

Command

stack build
stack ghci src/[VERSION]/TrivialLakeParser.hs

Example using V4

stack build
stack ghci src/V4/TrivialLakeParser.hs
parseProgram "./programs/trivial.js" program

Execute Build

stack build
stack exec lake-parser-combinators-exe

About

monadic lake parser combinators with recursive island parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.7%
  • JavaScript 0.3%