BebeSparkelSparkel / biparsing

Bidirectional Parsing. Work in Progress
30 stars 0 forks source link

List Relevant References #1

Open BebeSparkelSparkel opened 4 years ago

BebeSparkelSparkel commented 4 years ago

If anyone has relevant links/references/sources to this, could you please add them here so that we can pool our external sources?

BebeSparkelSparkel commented 4 years ago

from masaeedu

@yairchu

from yairchu

from toml

@frasertweedale

from frasertweedale

from chessai

@ChrisPenner

from ChrisPenner

from obelisk

@seagreen

from seagreen

for the profunctor noobs

masaeedu commented 4 years ago

Small correction, the purescript-snap thing doesn't have anything to do with the "Composing bidirectional programs monadically" paper. They just happen to explore related ideas that fed into the co-optics repo.

BebeSparkelSparkel commented 4 years ago

I see. I will remove it

solomon-b commented 4 years ago

https://blog.poisson.chat/

blamario commented 4 years ago

https://www.informatik.uni-marburg.de/~rendel/unparse/rendel10invertible.pdf

blamario commented 4 years ago

https://old.reddit.com/r/haskell/comments/esbqvr/haskell_version_of_pythons_construct_library_for/ffy2y5u/

kztk-m commented 7 months ago

You may also be interested in our Haskell 18 paper below, which discusses an embedded implementation of an invertible pretty printing system called FliPpr. https://www2.sf.ecei.tohoku.ac.jp/~kztk/papers/kztk_haskell2018.pdf (author version) There is also a prototype implementation of the paper https://github.com/kztk-m/flippre.

The original FliPpr system is also related to the topic.