{"id":21837575,"url":"https://github.com/lucastornai/comp-rs","last_synced_at":"2025-10-08T07:30:58.945Z","repository":{"id":128312439,"uuid":"201340101","full_name":"LucasTornai/comp-rs","owner":"LucasTornai","description":"Compiler of a fictional language to C written in Rust","archived":false,"fork":false,"pushed_at":"2019-08-24T01:28:25.000Z","size":30,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-27T20:48:19.667Z","etag":null,"topics":["c","compiler","rust","transpiler"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/LucasTornai.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":"2019-08-08T21:27:46.000Z","updated_at":"2023-05-07T22:24:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"59db5dcf-2cf5-48f7-a2be-8e6e09ef0bf7","html_url":"https://github.com/LucasTornai/comp-rs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasTornai%2Fcomp-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasTornai%2Fcomp-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasTornai%2Fcomp-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasTornai%2Fcomp-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasTornai","download_url":"https://codeload.github.com/LucasTornai/comp-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235689976,"owners_count":19030152,"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":["c","compiler","rust","transpiler"],"created_at":"2024-11-27T20:48:07.195Z","updated_at":"2025-10-08T07:30:58.617Z","avatar_url":"https://github.com/LucasTornai.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# comp-rs\n\n[portuguese](README.pt-BR.md) | [english](README.md)\n\nCompiler developed in [Rust](https://www.rust-lang.org) for the Compilers subject at Federal University of ABC, given by professor [Francisco Isidro Massetto](http://professor.ufabc.edu.br/~francisco.massetto/) in the second quarter of 2019.\n\nThis project was developed on `rustc 1.35.0 (3c235d560 2019-05-20)`\n\n# Objective\n\nCreate a transpiler for a fictional language to C language by implementing the features described in [milestone v1.0](https://github.com/gmurayama/comp-rs/milestone/1).\n\n# Install\n\nTo install Rust, the recommended way is using [rustup](https://www.rust-lang.org/tools/install), a toolchain installer that enables you to switch between different version of the compiler.\n\nLinux or another Unix-like OS:\n\n```bash\ncurl https://sh.rustup.rs -sSf | sh\n```\n\n# Compiling a program\n\nThere is some files in [examples](examples) folder showing the language basic syntax.\n\n```rust\ncargo run \u003cpath_to_file\u003e\n```\n\nThe transpiled source code will be printed at the scren and it will be saved a file named `out.c`.\n\n# License\n\nThis project is under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucastornai%2Fcomp-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucastornai%2Fcomp-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucastornai%2Fcomp-rs/lists"}