{"id":30663384,"url":"https://github.com/simpsonresearch/simplc_parser","last_synced_at":"2025-08-31T17:10:43.485Z","repository":{"id":195209159,"uuid":"692464081","full_name":"simpsonresearch/simplc_parser","owner":"simpsonresearch","description":"Parser for my programming language, simp lang (simpl) made in C","archived":false,"fork":false,"pushed_at":"2023-09-16T22:57:58.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T15:30:06.232Z","etag":null,"topics":["c","parser","programming-language","simpl"],"latest_commit_sha":null,"homepage":"https://realtristan.github.io/simplc_parser/","language":"C","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/simpsonresearch.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2023-09-16T15:01:02.000Z","updated_at":"2025-01-14T22:47:09.000Z","dependencies_parsed_at":"2023-09-17T01:27:30.732Z","dependency_job_id":null,"html_url":"https://github.com/simpsonresearch/simplc_parser","commit_stats":null,"previous_names":["realtristan/simplc_parser","simpson-computer-technologies-research/simplc_parser","simpsonresearch/simplc_parser"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/simpsonresearch/simplc_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fsimplc_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fsimplc_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fsimplc_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fsimplc_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simpsonresearch","download_url":"https://codeload.github.com/simpsonresearch/simplc_parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fsimplc_parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273010994,"owners_count":25030369,"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-31T02:00:09.071Z","response_time":79,"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":["c","parser","programming-language","simpl"],"created_at":"2025-08-31T17:10:42.191Z","updated_at":"2025-08-31T17:10:43.480Z","avatar_url":"https://github.com/simpsonresearch.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simplc parser ![Stars](https://img.shields.io/github/stars/realTristan/simplc_parser?color=brightgreen) ![Watchers](https://img.shields.io/github/watchers/realTristan/simplc_parser?label=Watchers)\n![9a9c2287-434e-4d05-b6c2-aee9e3849904](https://github.com/realTristan/simplc_parser/assets/75189508/4df1cb59-0742-4cb2-b40b-2b9212b1b16f)\n\n# About\nSimplc parser is a parser for my programming language, simp lang (simpl) made in C. The Typescript version, and complete parser and interpreter, can be found [here](https://github.com/realTristan/simpl)\n\n## Example Output\n```c\nrepl initialized. now coding in simpl.\n\n\u003e\u003e x + 4\nToken (41): [x]\nToken (3): [+]\nToken (2): [4]\nToken (48): [EOF]\n\nprogram: {\n  type: \"0\",\n  body: [\n    bin_expr {\n      {\n        left: {\n          type: 5\n          value: \"x\"\n        },\n        op: \"+\"\n        right: {\n          type: 3\n          value: \"4\"\n        }\n      },\n    }\n  ]\n}\n```\n# License\nMIT License\n\nCopyright (c) 2023 Tristan\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpsonresearch%2Fsimplc_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpsonresearch%2Fsimplc_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpsonresearch%2Fsimplc_parser/lists"}