{"id":19140053,"url":"https://github.com/abir66/cminusminus","last_synced_at":"2026-01-07T11:42:14.733Z","repository":{"id":243439461,"uuid":"812377120","full_name":"Abir66/CMinusMinus","owner":"Abir66","description":"An in-browser compiler  that translates a subset of C code into assembly language for the Intel 8086 processor.","archived":false,"fork":false,"pushed_at":"2024-09-13T10:20:21.000Z","size":503,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T14:50:05.730Z","etag":null,"topics":["bison","compiler","emscripten","flex","webassembly"],"latest_commit_sha":null,"homepage":"https://c-minus-minus.vercel.app","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/Abir66.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":"2024-06-08T17:59:14.000Z","updated_at":"2024-12-27T23:25:54.000Z","dependencies_parsed_at":"2024-06-08T22:45:07.636Z","dependency_job_id":"e369ce79-4ba8-4d14-9f80-c2fa2f52c84b","html_url":"https://github.com/Abir66/CMinusMinus","commit_stats":null,"previous_names":["abir66/cminusminus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abir66%2FCMinusMinus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abir66%2FCMinusMinus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abir66%2FCMinusMinus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abir66%2FCMinusMinus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abir66","download_url":"https://codeload.github.com/Abir66/CMinusMinus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240222507,"owners_count":19767458,"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":["bison","compiler","emscripten","flex","webassembly"],"created_at":"2024-11-09T07:16:06.313Z","updated_at":"2026-01-07T11:42:14.697Z","avatar_url":"https://github.com/Abir66.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMinusMinus\n\nAn in-browser compiler made with `flex` and `bison` that translates a subset of **C code** into assembly language for the **Intel 8086 processor**.\n\nThis was done as series of four assignments for the course [***CSE310 - Compiler Sessional***](https://github.com/Abir66/CSE-310-Compiler-Sessional/tree/main) at BUET.\n\n`Emscripten` was used to convert the project to `WebAssembly` and `JavaScript` so that it can be run in the browser.\n\n## Building\n\nFirst compile the compiler\n\n```bash\n# go to the wasm directory\ncd wasm\n\n# compile the compiler\n./run.sh\n```\n\nThis will build the parser and move the `wasm` and `js` to `/src/lib/compiler` directory\n\n\n\nNext, for sveltekit, start a development server:\n    \n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabir66%2Fcminusminus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabir66%2Fcminusminus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabir66%2Fcminusminus/lists"}