https://github.com/androidideofficial/tree-sitter-aidl
Tree Sitter grammar for AIDL files.
https://github.com/androidideofficial/tree-sitter-aidl
Last synced: about 1 year ago
JSON representation
Tree Sitter grammar for AIDL files.
- Host: GitHub
- URL: https://github.com/androidideofficial/tree-sitter-aidl
- Owner: AndroidIDEOfficial
- License: lgpl-2.1
- Created: 2023-07-24T15:09:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T12:42:06.000Z (about 2 years ago)
- Last Synced: 2024-04-13T20:55:38.342Z (about 2 years ago)
- Language: C
- Size: 305 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-aidl

Tree Sitter Grammar for `AIDL` file, adapted from [tree-sitter-java](https://github.com/AndroidIDEOfficial/tree-sitter-java), based on the format
specified [here](https://developer.android.com/guide/components/aidl).
## License
```
tree-sitter-aidl is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
tree-sitter-aidl is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with android-tree-sitter. If not, see .
```