{"id":13342954,"url":"https://github.com/QuadnucYard/seu-compiler","last_synced_at":"2025-03-12T03:30:41.714Z","repository":{"id":156071666,"uuid":"614812989","full_name":"QuadnucYard/seu-compiler","owner":"QuadnucYard","description":"Compilation Principles Practice in Southeast University, imitative Flex and Bison","archived":false,"fork":false,"pushed_at":"2024-09-27T06:56:00.000Z","size":437,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T08:11:34.620Z","etag":null,"topics":["compilers","cpp20","lex","seu","xmake","yacc"],"latest_commit_sha":null,"homepage":"","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/QuadnucYard.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-16T11:25:09.000Z","updated_at":"2024-03-05T06:40:07.000Z","dependencies_parsed_at":"2024-10-24T05:19:49.445Z","dependency_job_id":"5335da2a-106b-4386-b17c-2f531a47e705","html_url":"https://github.com/QuadnucYard/seu-compiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuadnucYard%2Fseu-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuadnucYard%2Fseu-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuadnucYard%2Fseu-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuadnucYard%2Fseu-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuadnucYard","download_url":"https://codeload.github.com/QuadnucYard/seu-compiler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243150684,"owners_count":20244443,"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":["compilers","cpp20","lex","seu","xmake","yacc"],"created_at":"2024-07-29T19:30:08.677Z","updated_at":"2025-03-12T03:30:41.707Z","avatar_url":"https://github.com/QuadnucYard.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seu-compiler\n\nRepository for _Compilation Principles Practice_ in Southeast University.\n\n## Descriptions\n\nSEU-Lex + SEU-Yacc + ...\n\n## Requirements\n\nTo build and run this project, you need some environment configurations.\n\n1. [XMake](https://github.com/xmake-io/xmake), currently v2.7.8. To build this project. Recommend: XMake in VS Code.\n2. [MinGW64 (Least 12.0)](https://github.com/niXman/mingw-builds-binaries/releases), or MSVC (At least 19.3) installed with [Visual Studio 2022](https://visualstudio.microsoft.com/). The C++ compiler is required to support fundamental [C++23 features](https://en.cppreference.com/w/cpp/23).\n3. [Vcpkg](https://github.com/microsoft/vcpkg). To manage C++ packages.\n\n\u003e Some packages (e.g., `tl-ranges`) are not included in `xrepo`. Thus we use `vcpkg` as the unified package provider.\n\nTo better format the code, you are recommended to install `clang format`. Format style file `.clang-format` is already provided.\n\n### Issues\n\nWe notice that MSVC has better intellisense in intensive template usage scenarios, but it has poor, confusing compiling information over G++.\n\nAccording to incomplete compilation tests, the code can be built either with mingw(G++) or windows(MSCV). For compatibility, we avoid some features like `__int128` in gcc. If you find compilation problems, please check the version of compiler first, as the project is developed with the latest toolchain.\n\nThere is also some compatibility problems with compilers. Older versions of compilers may not work correctly, even breaking down. Therefore, latest versions of compilers are preferred.\n\nXMake may not find the include or link directory automatically. In this case, you should specify the directories explicitly.\n\n## More issues\n\nThe latest version of table compression may not produce correct results!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuadnucYard%2Fseu-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQuadnucYard%2Fseu-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuadnucYard%2Fseu-compiler/lists"}