{"id":21992209,"url":"https://github.com/liulingxi2/finale-interpreted-languages-c-based","last_synced_at":"2026-04-30T18:32:34.499Z","repository":{"id":230593363,"uuid":"779689023","full_name":"LiuLingXi2/Finale-Interpreted-languages-C-based","owner":"LiuLingXi2","description":"Finale Interpreted Language (C-based) Implementation","archived":false,"fork":false,"pushed_at":"2024-05-04T13:08:43.000Z","size":755,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T03:32:13.319Z","etag":null,"topics":["compiling"],"latest_commit_sha":null,"homepage":"","language":"C++","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/LiuLingXi2.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":"2024-03-30T14:28:49.000Z","updated_at":"2024-08-21T14:50:27.000Z","dependencies_parsed_at":"2024-04-06T15:22:17.932Z","dependency_job_id":"20ef4316-0197-4342-883e-2bea69a16195","html_url":"https://github.com/LiuLingXi2/Finale-Interpreted-languages-C-based","commit_stats":null,"previous_names":["liuhaofinale/finale","liulingxi2/finale-interpreted-languages-c-based"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LiuLingXi2/Finale-Interpreted-languages-C-based","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuLingXi2%2FFinale-Interpreted-languages-C-based","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuLingXi2%2FFinale-Interpreted-languages-C-based/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuLingXi2%2FFinale-Interpreted-languages-C-based/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuLingXi2%2FFinale-Interpreted-languages-C-based/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiuLingXi2","download_url":"https://codeload.github.com/LiuLingXi2/Finale-Interpreted-languages-C-based/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuLingXi2%2FFinale-Interpreted-languages-C-based/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["compiling"],"created_at":"2024-11-29T20:13:06.968Z","updated_at":"2026-04-30T18:32:34.483Z","avatar_url":"https://github.com/LiuLingXi2.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n * @Author: LiuHao\n * @Date: 2024-04-21 00:35:31\n * @Description: \n--\u003e\n# Finale\n\n运行词法分析器\n\n```cmake\ncd build\n./rm_build.sh lex\n```\n\n## GC\n\n标记-清扫回收算法\n\n分为两个阶段\n- 标记：追踪所有活动对象\n- 清扫：将未标记的对象（垃圾对象）全部回收\n\n**三色抽象法**\n\n将存活的对象标记为黑色，非存活的对象（垃圾对象）标记为白色，初始态为垃圾对象\n\n回收器开始遍历所有对象时，将正在处理的对象置为灰色，即白色和黑色的中间态，当处理完该对象后，回收器就将其置为黑色以表示保留该对象\n\n\n## 心得\n\n优化方案\n- 使用微服务(ros)\n- 多用静态库/动态库","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulingxi2%2Ffinale-interpreted-languages-c-based","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliulingxi2%2Ffinale-interpreted-languages-c-based","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulingxi2%2Ffinale-interpreted-languages-c-based/lists"}