{"id":15575821,"url":"https://github.com/virresh/plsql-sample","last_synced_at":"2025-08-20T20:27:06.857Z","repository":{"id":122370909,"uuid":"202551059","full_name":"virresh/plsql-sample","owner":"virresh","description":"Sample Visitor for PLSQL (grammar from datacamp, parser from ANTLR4)","archived":false,"fork":false,"pushed_at":"2019-08-15T13:59:30.000Z","size":454,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T15:15:52.590Z","etag":null,"topics":["antlr4","plsql","visitor-pattern"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/virresh.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":"2019-08-15T13:58:55.000Z","updated_at":"2019-08-15T14:00:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"99167bcf-0ab0-41bf-a058-f07c5a02c003","html_url":"https://github.com/virresh/plsql-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/virresh/plsql-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fplsql-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fplsql-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fplsql-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fplsql-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virresh","download_url":"https://codeload.github.com/virresh/plsql-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fplsql-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271378680,"owners_count":24749192,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["antlr4","plsql","visitor-pattern"],"created_at":"2024-10-02T18:40:43.306Z","updated_at":"2025-08-20T20:27:06.812Z","avatar_url":"https://github.com/virresh.png","language":"Python","readme":"# Sample Visitor for PLSQL grammar\n\nThis repo contains  \n├── generated  \n│   ├── plsqlLexer.py  \n│   ├── plsqlParser.py  \n│   └── plsqlVisitor.py  \n├── main.py  \n├── sample_files  \n│   └── create_tables_samples.sql  \n└── source_grammar  \n    └── plsql.g4  \n\nmain.py - File that contains code for modified Visitor  \nsource_grammar - Contains grammar for plsql (courtesy: https://github.com/datacamp/antlr-plsql)  \nsample_files - Contains a sample file with plsql code (courtesy: https://github.com/antlr/grammars-v4)  \ngenerated - Contains code generated using ANTLR4 from the forementioned grammar  \n\tGenerated using: `antlr4 -visitor ./simple_source/plsql.g4 -no-listener -o generated/ -Dlanguage=Python3 -Xexact-output-dir`  \n\n# Usage\nCommand: `python main.py ./sample_files/create_tables_samples.sql`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirresh%2Fplsql-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirresh%2Fplsql-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirresh%2Fplsql-sample/lists"}