stephentetley / flix-parsec

Parser combinator library for Flix targeting text input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlixParsec

Parser combinator library for Flix targeting text input.

FlixParsec is implemented by moving a cursor within a constant string - it should not tax the garbage collector by generating intermediate input strings, but the original string will remain in memory until parsing has finished.

26 May 2023 - Flix-Parsec has reverted to a "2-CPS" parser monad after experimenting with a codensity-error monad. The codensity-error monad was failing on a sample input file of 1MB in size.

About

Parser combinator library for Flix targeting text input.

License:Apache License 2.0


Languages

Language:Haskell 100.0%