Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/georgjz/tree-sitter-6809

Tree-Sitter parser for 6809 assembly
https://github.com/georgjz/tree-sitter-6809

6809-assembly tree-sitter

Last synced: about 2 months ago
JSON representation

Tree-Sitter parser for 6809 assembly

Awesome Lists containing this project

README

        

# Tree-Sitter Grammar for 6809 Assembly
This repository contains files go generate a parser tool for 6809 assembly with [tree-sitter](https://github.com/tree-sitter/tree-sitter).

Right now, only the [lwtools toolchain](http://lwtools.projects.l-w.ca) is supported. This tree-sitter parser is part of the [6809 Assembly Grammar Package](https://github.com/georgjz/language-6809) for [Atom Editor](https://atom.io).

**Note**: This is *not* a complete description of 6809 assembly. It is geared towards use with an Atom grammar package for syntax highlighting. Therefore, the parser descripted in this repository will also "match" invalid instructions like `jsr $00,+S`.

This is work in progress and untested.