jabuti-dsl-language-antlr
v1.0.2
Published
A implementation of Jabuti DSL grammar using ANTLR4.
Downloads
1
Maintainers
Readme
Reference articles
- Advances in a DSL to Specify Smart Contracts for Application Integration Processes
- On the Need to Use Smart Contracts in Enterprise Application Integration
How to use
# clone this repository
$ git clone [email protected]:gca-research-group/jabuti-dsl-language-antlr.git
# run the installation command in the folder
$ yarn install
# run the build command in the folder
$ yarn build
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
License
Copyright © 2023 The Applied Computing Research Group (GCA). This project is MIT licensed.