{"id":24065984,"url":"https://github.com/destroyerrrocket/rustycpp","last_synced_at":"2025-04-23T21:02:11.957Z","repository":{"id":37275860,"uuid":"504677249","full_name":"Destroyerrrocket/rustycpp","owner":"Destroyerrrocket","description":"A C++ Compiler (on the works)","archived":false,"fork":false,"pushed_at":"2023-06-25T00:14:36.000Z","size":2952,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T21:02:09.021Z","etag":null,"topics":["compiler","cpp","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Destroyerrrocket.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-06-17T21:33:16.000Z","updated_at":"2025-03-27T22:56:42.000Z","dependencies_parsed_at":"2023-07-13T20:51:43.250Z","dependency_job_id":null,"html_url":"https://github.com/Destroyerrrocket/rustycpp","commit_stats":{"total_commits":85,"total_committers":1,"mean_commits":85.0,"dds":0.0,"last_synced_commit":"5fd1d2564672475cce747cb4f3bec4d5acdb6345"},"previous_names":["destroyerrrocket/rcpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Destroyerrrocket%2Frustycpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Destroyerrrocket%2Frustycpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Destroyerrrocket%2Frustycpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Destroyerrrocket%2Frustycpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Destroyerrrocket","download_url":"https://codeload.github.com/Destroyerrrocket/rustycpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514769,"owners_count":21443209,"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","cpp","rust"],"created_at":"2025-01-09T11:16:21.960Z","updated_at":"2025-04-23T21:02:11.934Z","avatar_url":"https://github.com/Destroyerrrocket.png","language":"Rust","readme":"# C++20 preprocessor of C++ written in Rust\n\n### Description\nModule dependency tree generation is done!\n\nThis is a very simple and most certainly wrong preprocessor for C++. This was not done with any major intents, it was simply to test Rust and its capabilities (I find learning by doing a lot more useful than just following tutorials).\n\nAs a rust novice, I do not claim this to be of any quality.\n\nSo far, the most rellevant missing things are:\n- the #line directive is not supported (and probably won't for some time, I do not intend to support generated code for now :) )\n- QOL Features of preprocessors, like any pragma directive (none mandated by standard, but #pragma once is expected from any sensible implementation), or the `__FUNCTION__` macro (which requires the step 7 parser to be implemented in order to know such information)\n- Most test macros are kinda useless right now. `__has_cpp_attribute` is literally just hardcoded to 0\n\nI'd say that the first 4 steps of the compilation process of C++ are done-ish! Time for lexing.\n\nIf you want more logs on what's going on, you can use the environment varaible `RUST_LOG`, like so: `RUST_LOG=debug`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdestroyerrrocket%2Frustycpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdestroyerrrocket%2Frustycpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdestroyerrrocket%2Frustycpp/lists"}