Computer Languages Syntax Parsing for Editor

By Xah Lee. Date: . Last updated: .

Here's a list of articles on related issues of: computer languages syntax coloring, code formatting, extend selection, etc. These are very useful features for programers, and it all has to do with a parser designed for editor purposes, very different in nature than the parser in a compiler of a programing language.

vidthumb PsZXQX55bOI

Syntax Coloring

Auto Formatter

Formatting in Emacs

Other Parsing in Emacs Issues

Unsorted

Parser

LSP Protocol

tree-sitter, incremental parser for editor

vidthumb Jes3bD6P0To
  • https://youtu.be/Jes3bD6P0To
  • "Tree-sitter - a new parsing system for programming tools" by Max Brunsfeld
  • Strange Loop Conference
  • Oct 14, 2018