Tree-sitter with language models

1 · · Dec. 10, 2021, 11 a.m.
Summary I learn tree-sitter in order to build an IDE for building parsers in emacs.. Glossary :: http://github.com/semiosis/glossaries-gh/blob/master/tree-sitter.txt Tree-sitter :: https://tree-sitter.github.io/tree-sitter/using-parsers 1 asciinema upload /tmp/tmpcnw2xfuw-ascii.cast Why? You’re able to parse your own data structures using the TSInput struct, which means I could use tree-sitter to parse LMs, lazily/generatively. That might be useful for syntax highlighting generated text based...