{"id":26231453,"url":"https://github.com/matteomaso/toycompiler","last_synced_at":"2026-03-14T18:13:43.722Z","repository":{"id":91121624,"uuid":"128247934","full_name":"MatteoMaso/ToyCompiler","owner":"MatteoMaso","description":"Simple toy compiler using Flex and Bison","archived":false,"fork":false,"pushed_at":"2018-10-14T15:20:34.000Z","size":245,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T23:49:06.663Z","etag":null,"topics":["bison","compiler","flex"],"latest_commit_sha":null,"homepage":"","language":"Yacc","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/MatteoMaso.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-04-05T18:31:27.000Z","updated_at":"2024-04-11T15:19:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"114d4082-1ab5-4045-957e-91f270c4dd8e","html_url":"https://github.com/MatteoMaso/ToyCompiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MatteoMaso/ToyCompiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatteoMaso%2FToyCompiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatteoMaso%2FToyCompiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatteoMaso%2FToyCompiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatteoMaso%2FToyCompiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatteoMaso","download_url":"https://codeload.github.com/MatteoMaso/ToyCompiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatteoMaso%2FToyCompiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28005983,"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-12-24T02:00:07.193Z","response_time":83,"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":["bison","compiler","flex"],"created_at":"2025-03-12T23:49:05.819Z","updated_at":"2025-12-24T18:09:43.674Z","avatar_url":"https://github.com/MatteoMaso.png","language":"Yacc","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toy compiler\n\nThe purpose of this project is to learn the basics of a compiler by implementing a compiler for a new programming language.\nYou can find the specific of the programming language into the doc folder. \n\nAlso, our compiler is able to convert our code into a C code.\n\n## How it works in an Linux environment:\n'go.sh' is a useful script to compile the code for produce the compiler\n### Script to produce our compiler \n- ./go.sh\n### Use our compiler to convert a piece of code in our programming language to a C code\n- ./compiler \u003c prog_our_language \u003e prog_c_language.c\n### Compile the C code produced with our compiler\n- gcc -o our_executable_prog  prog_c_language.c\n### Execute the produced software\n- ./our_executable_prog\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteomaso%2Ftoycompiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteomaso%2Ftoycompiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteomaso%2Ftoycompiler/lists"}