https://github.com/johnmurray/arabica
A code-generation library in Go, for generating Java
https://github.com/johnmurray/arabica
Last synced: about 2 months ago
JSON representation
A code-generation library in Go, for generating Java
- Host: GitHub
- URL: https://github.com/johnmurray/arabica
- Owner: JohnMurray
- License: apache-2.0
- Created: 2018-03-24T23:40:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T15:21:38.000Z (about 7 years ago)
- Last Synced: 2025-01-29T23:41:36.300Z (4 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Aribica
Aribica is a code-generation library in Go meant exclusively for generating
Java code. Yes, while you could use some sort of templating library, that
will only get you so far when the code your generating is highly dynamic.
Aribica aims to be a declaritive library for generating Java code that allows
ultimate flexibility without relying on raw string manipulation.