1
Fork 0
Code samples for tagless final parsing.
 
 
 
Go to file
Joshua Potter 9e9aa31670
Create README.md
2021-12-26 18:08:08 -05:00
initial-encoding Keep strict. 2021-12-25 18:31:54 -05:00
leibniz-proof Initial commit. 2021-12-20 08:16:50 -05:00
parser-utils Minor clean up of final implementation. 2021-12-25 15:00:12 -05:00
tagless-final Strict dynamic. 2021-12-26 17:27:04 -05:00
.envrc Initial commit. 2021-12-20 08:16:50 -05:00
.gitignore Remove NF in multiple passes implementation. 2021-12-22 08:17:17 -05:00
README.md Create README.md 2021-12-26 18:08:08 -05:00
cabal.project Add implementations and tests around closed tagless final. 2021-12-23 18:21:00 -05:00
flake.lock Initial commit. 2021-12-20 08:16:50 -05:00
flake.nix Cleanup parser-initial code. 2021-12-20 08:53:18 -05:00
hie.yaml Cleanup parser-initial code. 2021-12-20 08:53:18 -05:00

README.md

tagless-final-parsing

Repository containing collection of code snippets related to post: https://jrpotter.github.io/posts/tagless-final-parsing/.