Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Convert to a tree-sitter grammar #8

Open
tobiasvl opened this issue Aug 30, 2018 · 0 comments
Open

Convert to a tree-sitter grammar #8

tobiasvl opened this issue Aug 30, 2018 · 0 comments
Assignees

Comments

@tobiasvl
Copy link
Owner

Atom is currently beta testing tree-sitter grammars. tree-sitter/tree-sitter is a tool that builds complete parse trees of source code.

Using this instead of TextMate-style regex parsing will make things like #2 and #6 easier to solve.

Support for a tree-sitter grammar can be added alongside the current grammar, so I've started work on it: https://github.com/tobiasvl/tree-sitter-rgbasm

@tobiasvl tobiasvl self-assigned this Aug 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant