Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days ago
JSON representation
Tree-Sitter parser for 6809 assembly
- Host: GitHub
- URL: https://github.com/georgjz/tree-sitter-6809
- Owner: georgjz
- License: mit
- Archived: true
- Created: 2018-08-31T19:02:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T11:23:19.000Z (about 6 years ago)
- Last Synced: 2024-09-23T12:17:52.696Z (3 months ago)
- Topics: 6809-assembly, tree-sitter
- Language: C
- Size: 208 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-tree-sitter - 6809
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.