Skip to content

Parser combinator library for Flix targeting text input.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

stephentetley/flix-parsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published