-
Notifications
You must be signed in to change notification settings - Fork 1
/
monParseRef.bib
35 lines (34 loc) · 1.02 KB
/
monParseRef.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@MISC{Hutton96monadicparser,
author = "Graham Hutton and Erik Meijer",
title = "Monadic Parser Combinators",
year = "1996"
}
@misc{parsec,
title = "Parsec, a fast combinator parser",
author = "Daan Leijen",
year = "2001"
}
@INPROCEEDINGS{Frost07parsercombinators,
author = "Richard A. Frost and Rahmatullah Hafiz and Paul Callaghan",
title = "Parser combinators for ambiguous left-recursive grammars",
booktitle = "In ????, pages",
year = "2007"
}
@article{FROST1996263,
title = "Memoizing purely functional top-down backtracking language processors",
journal = "Science of Computer Programming",
volume = "27",
number = "3",
pages = "263 - 288",
year = "1996",
note = "",
issn = "0167-6423",
doi = "http://dx.doi.org/10.1016/0167-6423(96)00014-7",
url = "http://www.sciencedirect.com/science/article/pii/0167642396000147",
author = "Richard A Frost and Barbara Szydlowski"
}
@misc{fp-course,
title = "JSON Parser code from fp-course",
author = "Tony Morris",
url = "https://github.com/tonymorris/course"
}