{"id":19051932,"url":"https://github.com/benknoble/prolog-java","last_synced_at":"2025-10-18T11:11:13.208Z","repository":{"id":70217831,"uuid":"290846297","full_name":"benknoble/prolog-java","owner":"benknoble","description":"Prolog parser, written in Java, to be used for style checks in prolog programs at UNC.","archived":false,"fork":false,"pushed_at":"2020-11-28T21:49:36.000Z","size":877,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-02T10:25:42.671Z","etag":null,"topics":["java","linter","parser","prolog","stylelint"],"latest_commit_sha":null,"homepage":"https://benknoble.github.io/prolog-java/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benknoble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-08-27T18:00:13.000Z","updated_at":"2024-02-01T08:20:30.000Z","dependencies_parsed_at":"2023-03-11T08:19:12.582Z","dependency_job_id":null,"html_url":"https://github.com/benknoble/prolog-java","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benknoble%2Fprolog-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benknoble%2Fprolog-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benknoble%2Fprolog-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benknoble%2Fprolog-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benknoble","download_url":"https://codeload.github.com/benknoble/prolog-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240109567,"owners_count":19749171,"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":["java","linter","parser","prolog","stylelint"],"created_at":"2024-11-08T23:20:05.786Z","updated_at":"2025-10-18T11:11:08.157Z","avatar_url":"https://github.com/benknoble.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prolog parser in Java\n\n[![This project is considered experimental](https://img.shields.io/badge/status-experimental-critical.svg)](https://benknoble.github.io/status/experimental/)\n\nFor UNC Comp 524\n\nAn Prolog parser built in java using ANTLR 4 using the [pre-built\nexample](https://github.com/antlr/grammars-v4/blob/master/prolog/prolog.g4). The\npre-built example is licensed under the BSD license, and redistribution with\nmodifications are made in accordance with said license.\n\nAll other sources (that is, those excluding\n`src/main/antlr4/edu/unc/cs/comp524/parsers/prolog/Prolog.g4`) are copyright\n2020 UNC.\n\nANTLR version is **4.5.1**, not 4.8!\n\n## About the build\n\nBuild with maven, using the ANTLR v4 plugin.\n\nI couldn't get javadoc to generate to `docs` with a pom configuration, so:\n\n```bash\nmvn javadoc:javadoc \u0026\u0026 {\n  rm -r docs\n  cp -r target/site/apidocs docs\n}\n```\n\nThis can be wrapped in `git ls-files src/main/java/ | entr -cs` during\ndocumentation development.\n\n## Useful links about ANTLR4\n\n- [ANLTR4 runtime API](https://javadoc.io/static/org.antlr/antlr4-runtime/4.5.1/index.html?overview-summary.html)\n- [ANTLR4 4.8 documentation](https://github.com/antlr/antlr4/blob/4.8/doc/index.md)\nThere is some 4.5.1 documentation in Atlassian\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenknoble%2Fprolog-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenknoble%2Fprolog-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenknoble%2Fprolog-java/lists"}