Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmundito/tree-sitter-ags-script
AGS Script grammar for tree-sitter
https://github.com/edmundito/tree-sitter-ags-script
adventure-game-studio ags ags-script parser tree-sitter
Last synced: 14 days ago
JSON representation
AGS Script grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/edmundito/tree-sitter-ags-script
- Owner: edmundito
- Created: 2019-01-14T23:53:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T01:01:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T20:15:38.516Z (22 days ago)
- Topics: adventure-game-studio, ags, ags-script, parser, tree-sitter
- Language: C
- Homepage:
- Size: 1.96 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# tree-sitter-ags-script
[![Build Status](https://travis-ci.org/edmundito/tree-sitter-ags-script.svg?branch=master)](https://travis-ci.org/edmundito/tree-sitter-ags-script)
[![Build status](https://ci.appveyor.com/api/projects/status/brtkfcqyb9ogu08p?svg=true)](https://ci.appveyor.com/project/edmundito/tree-sitter-ags-script)[Adventure Game Studio (AGS)](https://adventuregamestudio.co.uk) script grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). Adapted from [tree-sitter-c](https://github.com/tree-sitter/tree-sitter-c).
## Prerequisites
In order to work with this repo, you may need to install `tree-sitter-cli`:
```sh
npm install -g tree-sitter-cli
```## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)