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

Popular posts from this blog

Altering WisiToken data structures, take 2

Altering current WisiToken data structures

Just getting started