{"id":15706601,"url":"https://github.com/yujincheng08/llvm-tiger-compiler","last_synced_at":"2025-05-12T18:55:53.211Z","repository":{"id":108222950,"uuid":"133682716","full_name":"yujincheng08/LLVM-Tiger-Compiler","owner":"yujincheng08","description":"Tiny Tiger Compiler","archived":false,"fork":false,"pushed_at":"2019-04-12T09:32:26.000Z","size":2854,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"llvm","last_synced_at":"2025-04-01T01:51:06.443Z","etag":null,"topics":["compiler","llvm","tiger"],"latest_commit_sha":null,"homepage":null,"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/yujincheng08.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":"2018-05-16T14:58:07.000Z","updated_at":"2025-03-01T19:21:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"27c62727-0737-42b7-a402-42edbdb49205","html_url":"https://github.com/yujincheng08/LLVM-Tiger-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/yujincheng08%2FLLVM-Tiger-Compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujincheng08%2FLLVM-Tiger-Compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujincheng08%2FLLVM-Tiger-Compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujincheng08%2FLLVM-Tiger-Compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yujincheng08","download_url":"https://codeload.github.com/yujincheng08/LLVM-Tiger-Compiler/tar.gz/refs/heads/llvm","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805578,"owners_count":21967050,"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":["compiler","llvm","tiger"],"created_at":"2024-10-03T20:24:58.206Z","updated_at":"2025-05-12T18:55:53.180Z","avatar_url":"https://github.com/yujincheng08.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiny Tiger\nCompiler of Tiny Tiger using LLVM. \nFor language sepeficication please refer to *Morden Compiler Implementation in C*.\n## Introduction\nEverything is well, including record, array and nested function.\nInput or empty string comparision might have some problems to fix. (Therefore merge.tig is not working.)\n\n## Usage\n- Compile it with Qt.\n- Run it\n\t```shell\n\t./TinyTiger\n\t```\n- Input the tiger program, click on compile button. (Run is button not working.)\n- On the console, it will output the AST tree and IR code if no syntax or sematic error. And `output.o` is generated.\n- Note that if there should not be any generation error output before IR code. If so, report it as a bug with the tiger source code.\n- Then link the tiger object file with runtime library.\n\t```shell\n\tclang++ output.o runtime.o\n\t```\n\tPLEASE USE C++ COMPILER (clang++ or g++ or others).\n- Run the Tiger program\n\t```\n\t./a.out\n\t```\n\n## Know Issue\n- [ ] If syntax error occurs, you must restart the program. Problem might cause by Pipe or the stringstream(not being cleared after error) in yacc code.\n- [ ] Merge.tig is not running. Might cause by empty string comparision?\n\n## TODO\n- [ ] Output IR code in the bottom widget in the main windows via pipe.\n- [ ] Syntax error alert with lineno.\n- [ ] Add type to AST visualization.\n- [ ] Editor is not good enough.\n- [ ] MIGHT automatically generate executive file rather than object file that has to be linked.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyujincheng08%2Fllvm-tiger-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyujincheng08%2Fllvm-tiger-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyujincheng08%2Fllvm-tiger-compiler/lists"}