https://github.com/keybase/node-avdl-compiler
AVDL to Go compiler written in IcedCoffeeScript (node)
https://github.com/keybase/node-avdl-compiler
Last synced: 16 days ago
JSON representation
AVDL to Go compiler written in IcedCoffeeScript (node)
- Host: GitHub
- URL: https://github.com/keybase/node-avdl-compiler
- Owner: keybase
- License: bsd-3-clause
- Archived: true
- Created: 2016-02-28T19:20:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T06:23:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-09T20:18:00.338Z (about 2 months ago)
- Language: CoffeeScript
- Size: 856 KB
- Stars: 6
- Watchers: 15
- Forks: 9
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AVDL Compiler
[](https://travis-ci.org/keybase/node-avdl-compiler)
[](https://badge.fury.io/js/avdl-compiler)AVDL compiler to Go, Python, and/or TypeScript written in IcedCoffeeScript.
Notably used by Keybase to compile our protocol definition files into usable types by our [Go](https://github.com/keybase/go-keybase-chat-bot), [Python](https://github.com/keybase/pykeybasebot), and [TypeScript](https://github.com/keybase/keybase-bot) bots.
## Development Setup and Testing
Found a bug or want to support a new language? We accept pull requests.
```
make install
make test
```