{"id":13620844,"url":"https://github.com/egnchen/SE302-Lab","last_synced_at":"2025-04-14T22:32:43.818Z","repository":{"id":171500145,"uuid":"220274245","full_name":"egnchen/SE302-Lab","owner":"egnchen","description":"Lab assignment for 2019 fall SE302 compiler course - tiger compiler implementation in C++","archived":false,"fork":false,"pushed_at":"2020-01-07T08:21:47.000Z","size":179,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-22T03:11:34.020Z","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/egnchen.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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}},"created_at":"2019-11-07T15:55:22.000Z","updated_at":"2024-04-14T13:46:15.000Z","dependencies_parsed_at":"2024-01-14T08:14:03.159Z","dependency_job_id":"33dd67b9-4247-4e47-82e4-f2800df66a9d","html_url":"https://github.com/egnchen/SE302-Lab","commit_stats":null,"previous_names":["egnchen/se302-lab"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egnchen%2FSE302-Lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egnchen%2FSE302-Lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egnchen%2FSE302-Lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egnchen%2FSE302-Lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egnchen","download_url":"https://codeload.github.com/egnchen/SE302-Lab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248972306,"owners_count":21191764,"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":[],"created_at":"2024-08-01T21:00:59.960Z","updated_at":"2025-04-14T22:32:38.801Z","avatar_url":"https://github.com/egnchen.png","language":"C++","readme":"# Tiger compiler\n\nThis repo contains my code for 2017 SE302 compiler course. Being divided int 6 separate assignments, it implements a compiler for the tiger language described in [Modern Compiler Implementation in C](https://www.cs.princeton.edu/~appel/modern/c/). The main difference is that this one is implemented in C++ and supports X86-64 architecture.\n\n- [x] lab1: A simple straightline code analyzer \u0026 interpreter. Not part of the compiler.\n- [x] lab2: Lexical analysis using `flexc++`. See `src/lex`.\n- [x] lab3: Language parser using `bisonc++`. See `src/parse`.\n- [x] lab4: Semantic analysis. See `src/semant`.\n- [x] lab5: IR translation and code generation. See `src/frame`, `src/translate`, `src/codegen`.\n- [x] lab6: Register allocation. See `src/regalloc`.\n","funding_links":[],"categories":["课程列表"],"sub_categories":["Compiler"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegnchen%2FSE302-Lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegnchen%2FSE302-Lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegnchen%2FSE302-Lab/lists"}