Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-analyzer/ungrammar
https://github.com/rust-analyzer/ungrammar
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rust-analyzer/ungrammar
- Owner: rust-analyzer
- Created: 2020-07-28T21:48:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T10:54:12.000Z (15 days ago)
- Last Synced: 2024-10-29T13:16:14.276Z (13 days ago)
- Language: Rust
- Size: 73.2 KB
- Stars: 310
- Watchers: 18
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ungrammar
A DSL for specifying concrete syntax trees.
See the [blog post][post] for an introduction.
See [./rust.ungram](./rust.ungram) for an example.
## Editor support
- Vim
- [vim-ungrammar][]
- [ungrammar.vim][]
- VSCode
- [ungrammar-tools][][post]:
https://rust-analyzer.github.io/blog/2020/10/24/introducing-ungrammar.html
[vim-ungrammar]: https://github.com/Iron-E/vim-ungrammar
[ungrammar.vim]: https://github.com/drtychai/ungrammar.vim
[ungrammar-tools]: https://github.com/azdavis/ungrammar-tools