|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
@Article{Anderson73,
|
|
|
author = {T. Anderson and J. Eve and J. Horning},
|
|
|
- title = {Efficient LR(1) parsers},
|
|
|
+ title = {Efficient LR(1) Parsers},
|
|
|
journal = {Acta Informatica},
|
|
|
year = 1973,
|
|
|
volume = 2,
|
|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
@PhdThesis{DeRemer69,
|
|
|
author = {Frank DeRemer},
|
|
|
- title = {Practical Translators for LR(k) languages},
|
|
|
+ title = {Practical Translators for LR(k) Languages},
|
|
|
school = {MIT},
|
|
|
year = 1969}
|
|
|
|
|
@@ -29,6 +29,7 @@
|
|
|
@Manual{PSF21:cpython,
|
|
|
title = {Python {GitHub} {Repository}},
|
|
|
organization = {Python Software Foundation},
|
|
|
+ url = {https://github.com/python},
|
|
|
year = 2021
|
|
|
}
|
|
|
|
|
@@ -96,13 +97,13 @@ pages = {1--44}
|
|
|
|
|
|
@misc{shinan20:_lark_docs,
|
|
|
author = {Erez Shinan},
|
|
|
- title = {Lark Documentation},
|
|
|
+ title = {Welcome to Lark's Documentation},
|
|
|
url = {https://lark-parser.readthedocs.io/en/latest/index.html},
|
|
|
year = 2020}
|
|
|
|
|
|
@book{Tomita:1985qr,
|
|
|
author = {Masaru Tomita},
|
|
|
- publisher = {Kluwer Academic Publishers},
|
|
|
+ publisher = {Kluwer Academic},
|
|
|
title = {Efficient Parsing for Natural Language: A Fast
|
|
|
Algorithm for Practical Systems},
|
|
|
year = {1985}}
|
|
@@ -139,8 +140,8 @@ pages = {1--44}
|
|
|
date-modified = {2007-08-27 13:23:00 -0600},
|
|
|
organization = {AT\&T},
|
|
|
pages = {353--387},
|
|
|
- publisher = {Holt, Rinehart, and Winston},
|
|
|
- title = {{YACC}: Yet another compiler-compiler},
|
|
|
+ publisher = {Holt, Rinehart, {and} Winston},
|
|
|
+ title = {{YACC}: Yet Another Compiler-Compiler},
|
|
|
volume = {2},
|
|
|
year = {1979}}
|
|
|
|