Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)