Add references to readme
This commit is contained in:
parent
9c6c47e02f
commit
e681a63552
1 changed files with 6 additions and 0 deletions
|
|
@ -4,3 +4,9 @@ tree_sitter
|
|||
A library for generating incremental LR parsers with integrated lexers
|
||||
|
||||
[](https://travis-ci.org/maxbrunsfeld/tree_sitter)
|
||||
|
||||
### References
|
||||
|
||||
- [Context Aware Scanning for Parsing Extensible Languages](http://www.umsec.umn.edu/publications/Context-Aware-Scanning-Parsing-Extensible)
|
||||
- [LR(1) Parser Generation System](http://arxiv.org/pdf/1010.1234.pdf) (Error recovery scheme)
|
||||
- [Efficient and Flexible Incremental Parsing](http://harmonia.cs.berkeley.edu/papers/twagner-parsing.ps.gz)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue