{"id":34528578,"url":"https://github.com/strumenta/pylasu-slang","last_synced_at":"2026-05-27T12:04:53.154Z","repository":{"id":216181192,"uuid":"733870577","full_name":"Strumenta/pylasu-slang","owner":"Strumenta","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-25T12:29:46.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-07-25T14:02:41.979Z","etag":null,"topics":[],"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/Strumenta.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":"2023-12-20T10:15:27.000Z","updated_at":"2024-07-25T14:02:44.408Z","dependencies_parsed_at":"2024-01-08T21:37:32.978Z","dependency_job_id":"14b7d95a-5f4b-4a7a-bc30-be7a13386bd2","html_url":"https://github.com/Strumenta/pylasu-slang","commit_stats":null,"previous_names":["strumenta/pylasu-slang-langmodule","strumenta/pylasu-slang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Strumenta/pylasu-slang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strumenta%2Fpylasu-slang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strumenta%2Fpylasu-slang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strumenta%2Fpylasu-slang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strumenta%2Fpylasu-slang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Strumenta","download_url":"https://codeload.github.com/Strumenta/pylasu-slang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strumenta%2Fpylasu-slang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33564932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":[],"created_at":"2025-12-24T05:25:30.487Z","updated_at":"2026-05-27T12:04:53.150Z","avatar_url":"https://github.com/Strumenta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slang Parser\n\nThis repository provides an example of a parser for a simple programming language called Slang. The parser is implemented using Python, Pylasu and ANTLR - as discussed in the article [\"Implement Parsers with Pylasu\"](https://tomassetti.me/implement-parsers-with-pylasu/). \n\nThe project also uses:\n* [pdm](https://pdm-project.org/latest/) for dependency management and packaging;\n* [tox](https://tox.wiki/en/4.12.1/) for task automation and orchestration;\n* [ruff](https://docs.astral.sh/ruff/) for linting and formatting;\n* [sphinx](https://www.sphinx-doc.org/en/master/) for generating basic documentation;\n\n## Development\n\nRunning `pdm run tox` the following tasks will be executed:\n\n* `antlr` - generate ANTLR Parser/Lexer;\n* `format` - format the source code;\n* `lint` - lint the source code;\n* `test` - run all unit tests;\n* `docs` - generate documentation;\n\nEach tasks can also be executed singularly:\n```\npdm run tox -e \u003ctask_name\u003e\n```\nor with other specific ones:\n```\npdm run tox -e \u003ctask_name_0\u003e,...,\u003ctask_name_n\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrumenta%2Fpylasu-slang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrumenta%2Fpylasu-slang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrumenta%2Fpylasu-slang/lists"}