summaryrefslogtreecommitdiffstats
path: root/2020/schedule/23.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-10-22 00:49:30 -0400
committerSacha Chua <sacha@sachachua.com>2020-10-22 00:51:38 -0400
commit6738dce6a99f3863b5257e08a1af997349eb134d (patch)
tree67286dcb7ea3294939aed15d5a97fc083f59322c /2020/schedule/23.md
parente6b56c75ed02029e4651fbe0aefaa3aaf0074bbb (diff)
downloademacsconf-wiki-6738dce6a99f3863b5257e08a1af997349eb134d.tar.xz
emacsconf-wiki-6738dce6a99f3863b5257e08a1af997349eb134d.zip
First try at schedule
Diffstat (limited to '')
-rw-r--r--2020/schedule/23.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/2020/schedule/23.md b/2020/schedule/23.md
new file mode 100644
index 00000000..35b59697
--- /dev/null
+++ b/2020/schedule/23.md
@@ -0,0 +1,22 @@
+# Incremental Parsing with emacs-tree-sitter
+Sunday, Nov 29 2020, 9:56 AM - 10:46 AM
+Tuấn-Anh Nguyễn
+
+Tree-sitter is a parser generator and an incremental parsing library.
+emacs-tree-sitter is its most popular Emacs binding, which aims to be
+the foundation of Emacs packages that understand source code's
+structure. Examples include better code highlighting, folding,
+indexing, structural navigation.
+
+In this talk, I will describe the current state of emacs-tree-sitter's
+APIs and functionalities. I will also discuss areas that need
+improvements and contribution from the community.
+
+
+
+
+Back to the [[schedule]]
+
+All times are approximate, and we might shuffle talks around as needed. Please check https://emacsconf.org/2020 a few days before the start of the conference for instructions on how to watch and participate.
+<!-- automatically generated from submissions.org --->
+[[!meta title="Incremental Parsing with emacs-tree-sitter"]]