{"id":19758074,"url":"https://github.com/benpm/cse423","last_synced_at":"2025-09-08T06:33:08.140Z","repository":{"id":89830811,"uuid":"234193754","full_name":"benpm/CSE423","owner":"benpm","description":"Compiler for a subset of C, written in C++, for our capstone Computer Science degree project","archived":false,"fork":false,"pushed_at":"2020-05-03T21:19:43.000Z","size":1293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T09:23:49.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/benpm.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-01-15T23:28:51.000Z","updated_at":"2020-09-21T16:24:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc0cd26f-1a87-4e0d-8770-8eaef7cea46a","html_url":"https://github.com/benpm/CSE423","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/benpm/CSE423","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2FCSE423","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2FCSE423/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2FCSE423/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2FCSE423/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benpm","download_url":"https://codeload.github.com/benpm/CSE423/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2FCSE423/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274146061,"owners_count":25230114,"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-09-08T02:00:09.813Z","response_time":121,"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":"2024-11-12T03:22:50.168Z","updated_at":"2025-09-08T06:33:08.109Z","avatar_url":"https://github.com/benpm.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSE423 Compiler Writing\n_Benjamin Mastripolito, Haydn Jones, and Steven Anaya_\n\nDocumentation and User Manual lives on our [Wiki](https://github.com/benpm/CSE423/wiki).\n\nNOTE: *To compile without flex and bison, [use the release](https://github.com/benpm/CSE423/releases)*\n\n## Notes on Release Branch\nThis is the release branch, which does not require flex and bison. Compile and run like you\nwould normally, but *do not delete* the `lex.yy.cpp`, `parser.tab.cpp`, or `parser.tab.hpp` from `/build`.\nThis branch also does not include the test scripts.\n\n## Progress\n- [x] [Scanner](https://github.com/benpm/CSE423/wiki/Scanner-Parser) (lexical analyzer)\n    - [x] Full token set\n- [x] [Parser](https://github.com/benpm/CSE423/wiki/Scanner-Parser) (syntactic analyzer)\n    - [x] Parse tree\n    - [x] Abstract syntax tree\n    - [x] Symbol table population\n- [x] [Semantic Analyzer](https://github.com/benpm/CSE423/wiki/Semantic-Analyzer)\n    - [x] Illegal operation checking\n    - [x] Unused function/variable checking\n    - [x] Scope checking\n- [X] [IR Generator](https://github.com/benpm/CSE423/wiki/Intermediate-Representation)\n    - [X] Output IR to file\n    - [X] Read in IR from file\n- [X] [Optimizer](https://github.com/benpm/CSE423/wiki/Optimizer)\n    - [X] Constant propagation\n    - [X] Constant folding\n- [X] [Code Generator](https://github.com/benpm/CSE423/wiki/Code-Generator)\n    - [X] x86 processor model\n    - [X] Instruction selection\n    - [X] Register allocation\n    - [X] Output x86 ASM\n\n## Examples\nVisit the [/examples](/examples) directory for examples of intermediate ouputs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenpm%2Fcse423","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenpm%2Fcse423","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenpm%2Fcse423/lists"}