Work in progress: syntax-tree-based editor support in Atom/Juno

Hi everyone,

I’m a former maintainer of Atom, and have been learning Julia recently.

I started work on a new Julia grammar for Atom that uses the Tree-sitter incremental parsing system.

It’s starting to work pretty well, but the the parser still needs some work in order to handle all Julia syntax. I’m just sharing it here in case anyone is interested in parsers and wants to help work on the project!

17 Likes