{"id":20663945,"url":"https://github.com/anntnzrb/tsparxser","last_synced_at":"2025-05-10T12:32:24.836Z","repository":{"id":178475795,"uuid":"650399379","full_name":"anntnzrb/tsparxser","owner":"anntnzrb","description":"TypeScript mini lexer+parser implementation using Python's PLY library.","archived":true,"fork":false,"pushed_at":"2023-07-13T01:19:41.000Z","size":113,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T09:50:11.812Z","etag":null,"topics":["lexer","parser","ply","python","typescript"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anntnzrb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-06-07T01:54:51.000Z","updated_at":"2024-05-14T11:39:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"a19d47ae-2c64-49e8-80cb-e747eebba56c","html_url":"https://github.com/anntnzrb/tsparxser","commit_stats":null,"previous_names":["anntnzrb/tsparxser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Ftsparxser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Ftsparxser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Ftsparxser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Ftsparxser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anntnzrb","download_url":"https://codeload.github.com/anntnzrb/tsparxser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253415757,"owners_count":21904924,"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":["lexer","parser","ply","python","typescript"],"created_at":"2024-11-16T19:21:14.720Z","updated_at":"2025-05-10T12:32:24.826Z","avatar_url":"https://github.com/anntnzrb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tsparxer\n\nLexing and Parsing the TypeScript programming language using Python's PLY library.\n\n## Prerequisites\n\nBefore you continue, ensure you have met the following requirements:\n\n| Requirement | Version                                                |\n| ----------- | ------------------------------------------------------ |\n| Python      | 3.10+                                                  |\n| Poetry      | [Latest](https://python-poetry.org/docs/#installation) |\n\n## Installation\n\n1. Clone the repository \u0026 `cd` into it:\n\n```sh\ngit clone https://github.com/anntnzrb/tsparxer.git\ncd tsparxer/\n```\n\n2. Install dependencies using Poetry:\n\n```sh\npoetry install\n```\n\n## Running the Application\n\n### Terminal\n\nTo run the application via terminal, use the following command:\n\n```sh\npoetry run app\n```\n\nThe will present 2 options, the first for testing the **lexer** and the latter\nfor testing the **parser**.\n\n### GUI\n\nTo run the graphical version of the application , use the following command:\n\n```sh\npoetry run gui\n```\n\n## Running Tests\n\nTo run the tests (lexer + parser), use the following command:\n\n```sh\npoetry run test\n```\n\n## Authors\n\n| Name                  | Contact                                               |\n| --------------------- | ----------------------------------------------------- |\n| Juan Antonio González | [juangonz@espol.edu.ec](mailto:juangonz@espol.edu.ec) |\n| Paul Gudiño           | [pgudino@espol.edu.ec](mailto:pgudino@espol.edu.ec)   |\n| Christopher Villa     | [cgvilla@espol.edu.ec](mailto:cgvilla@espol.edu.ec)   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanntnzrb%2Ftsparxser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanntnzrb%2Ftsparxser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanntnzrb%2Ftsparxser/lists"}