Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lszeremeta/yars
YARS grammar
https://github.com/lszeremeta/yars
antlr antlr-grammar antlr4 antlr4-grammar database grammar grammar-checker grammar-parser grammar-rules graph property-graph rdf-graph rdf-graphs semantic-web yars
Last synced: 19 days ago
JSON representation
YARS grammar
- Host: GitHub
- URL: https://github.com/lszeremeta/yars
- Owner: lszeremeta
- License: bsd-3-clause
- Created: 2018-10-09T19:32:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T12:52:45.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T16:56:20.243Z (5 months ago)
- Topics: antlr, antlr-grammar, antlr4, antlr4-grammar, database, grammar, grammar-checker, grammar-parser, grammar-rules, graph, property-graph, rdf-graph, rdf-graphs, semantic-web, yars
- Language: ANTLR
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YARS grammar
[![Build Status](https://travis-ci.com/lszeremeta/yars.svg?branch=master)](https://travis-ci.com/lszeremeta/yars)
[![DOI](https://zenodo.org/badge/152309707.svg)](https://zenodo.org/badge/latestdoi/152309707)The YARS grammar is written in [ANTLR4](https://github.com/antlr/antlr4). This project based on [ANTLR grammars-v4 project](https://github.com/antlr/grammars-v4).
## Testing grammar
Run tests on files in ``yars/examples``:
```shell
mvn clean test
```## Contribution
Would you like to improve this project? Great! We are waiting for your help and suggestions. If you are new in open source contributions, read [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/).
## License
Distributed under [BSD license](https://github.com/lszeremeta/antlr-yars/blob/master/LICENSE).