{"id":16520605,"url":"https://github.com/huluvu424242/java-compiler-template","last_synced_at":"2026-06-14T16:33:48.475Z","repository":{"id":155331348,"uuid":"631319382","full_name":"Huluvu424242/java-compiler-template","owner":"Huluvu424242","description":"Template für antlr basierte Compiler in Java","archived":false,"fork":false,"pushed_at":"2023-11-29T21:49:14.000Z","size":164,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T20:46:50.615Z","etag":null,"topics":["antlr","compiler","plantuml","sql","sql2plantuml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Huluvu424242.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-22T16:37:07.000Z","updated_at":"2023-04-23T19:29:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"17e696ab-c277-4c87-9803-4d80e924ee59","html_url":"https://github.com/Huluvu424242/java-compiler-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Huluvu424242/java-compiler-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2Fjava-compiler-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2Fjava-compiler-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2Fjava-compiler-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2Fjava-compiler-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Huluvu424242","download_url":"https://codeload.github.com/Huluvu424242/java-compiler-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2Fjava-compiler-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260610989,"owners_count":23036246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antlr","compiler","plantuml","sql","sql2plantuml"],"created_at":"2024-10-11T16:51:53.079Z","updated_at":"2025-10-30T01:03:39.029Z","avatar_url":"https://github.com/Huluvu424242.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[#status]\nimage:https://img.shields.io/badge/License-LGPL%20v3-blue.svg?style=plastic[link=\"https://www.gnu.org/licenses/lgpl-3.0\"]\nimage:https://img.shields.io/github/v/tag/Huluvu424242/java-compiler-template?include_prereleases\u0026style=plastic[GitHub tag (latest SemVer pre-release), link=\"https://github.com/Huluvu424242/java-compiler-template/releases\"]\nimage:https://img.shields.io/github/downloads/Huluvu424242/java-compiler-template/latest/total?style=plastic[GitHub release (latest by date), link=\"https://github.com/Huluvu424242/java-compiler-template/packages/181948/versions\"]\nimage:https://maven-badges.herokuapp.com/maven-central/com.github.huluvu424242/java-compiler-template/badge.svg?style=plastic[\"Maven Central\", link=\"https://maven-badges.herokuapp.com/maven-central/com.github.huluvu424242/java-compiler-template\"]\nimage:https://travis-ci.org/Huluvu424242/java-compiler-template.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/Huluvu424242/java-compiler-template\"]\nimage:https://codecov.io/gh/Huluvu424242/java-compiler-template/branch/master/graph/badge.svg[link=\"https://codecov.io/gh/Huluvu424242/java-compiler-template\"]\nimage:https://sonarcloud.io/api/project_badges/measure?project=Huluvu424242_java-compiler-template\u0026metric=alert_status[Quality Gate Status, link=\"https://sonarcloud.io/summary/new_code?id=Huluvu424242_java-compiler-template\"]\nimage:http://images.webestools.com/buttons.php?frm=2\u0026btn_type=11\u0026txt=Scrum Board[\"Scrum Board,scaledwidth=\"15%\"\", link=\"https://github.com/Huluvu424242/java-compiler-template/projects/1\"]\n\nimage:https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=plastic[\"standard-readme compilant\",link=\"https://github.com/RichardLitt/standard-readme\"]\n\n\n# java-compiler-template\nTemplate für antlr basierte Compiler in Java\n\n\n## Projekt Erzeugung\n\n1. gitignore erstellen\n    * https://www.toptal.com/developers/gitignore/api/windows,linux,intellij+all,eclipse,maven,java,git\n2. pom erstellen\n    ```\n   \u003cproject\u003e\n      \u003cmodelVersion\u003e4.0.0\u003c/modelVersion\u003e\n      \u003cgroupId\u003ecom.github.huluvu424242\u003c/groupId\u003e\n      \u003cartifactId\u003ejava-compiler-template\u003c/artifactId\u003e\n      \u003cversion\u003e1\u003c/version\u003e\n    \u003c/project\u003e\n    ```\n3. maven wrapper erstellen:\n   ```\n   mvn wrapper:wrapper -Dtype=source\n   oder\n   mvn wrapper:wrapper -Dtype=script\n   ```\n\n## Grammatik erstellen\n\n* https://tomassetti.me/antlr-mega-tutorial/\n\n\n## Test Live\n\n* Use SQL Fiddle to create valid ddl scripts http://sqlfiddle.com/\n* Compile these scripts with this app to plantuml diagrams\n* Check the result diagrams against https://plantuml.com/de/ie-diagram with plantuml online validator https://www.plantuml.com/plantuml/uml/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuluvu424242%2Fjava-compiler-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuluvu424242%2Fjava-compiler-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuluvu424242%2Fjava-compiler-template/lists"}