Bibliography
I'll maintain a bibliography list in this post (alphabetical by author or web site name):
papers/books:
Describes some implementation details for a parser based on Wagner, Graham 1998
Describes the error correction algorithm used in WisiToken
No details on data structures.
Thorough discussion of incremental parsing, but does not discuss generalized parsing.
Web sites:
Lezer - incremental generalized parser/generator, written in Typescript
Tree-sitter - incremental generalized parser/generator; generator written in Rust, parser in C
Comments
Post a Comment