{"id":13620120,"url":"https://github.com/grassator/mass","last_synced_at":"2025-04-09T18:24:02.088Z","repository":{"id":41962851,"uuid":"262896463","full_name":"grassator/mass","owner":"grassator","description":"A compiler for a new language focusing on compile-time execution and no LLVM dependency.","archived":false,"fork":false,"pushed_at":"2023-10-03T22:05:30.000Z","size":5013,"stargazers_count":287,"open_issues_count":9,"forks_count":7,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-02T17:06:30.871Z","etag":null,"topics":["assembly","c","compiler","jit","linux","machine-code","windows","x86"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=k3gDvF-Fbpw\u0026list=PLvdK1vRmp8wMzH4w_8sQ30NKU3Bt4Cc-M","language":"C","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/grassator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-05-10T23:48:21.000Z","updated_at":"2025-03-17T18:06:20.000Z","dependencies_parsed_at":"2023-02-09T04:01:26.957Z","dependency_job_id":"2c6aaf0d-5a16-40db-9130-fab5283e54bb","html_url":"https://github.com/grassator/mass","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassator%2Fmass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassator%2Fmass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassator%2Fmass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassator%2Fmass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grassator","download_url":"https://codeload.github.com/grassator/mass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248086184,"owners_count":21045292,"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":["assembly","c","compiler","jit","linux","machine-code","windows","x86"],"created_at":"2024-08-01T21:00:52.471Z","updated_at":"2025-04-09T18:24:02.064Z","avatar_url":"https://github.com/grassator.png","language":"C","readme":"# Mass (Meta Assembly) Language\n\nA lot of the code for this repository is developed live on my\n\"[Compiler Programming in C](https://www.youtube.com/playlist?list=PLvdK1vRmp8wMzH4w_8sQ30NKU3Bt4Cc-M)\"\nseries of videos on YouTube.\n\n## Build\n\n### Windows\n\nThe code has been tested with MSVC 14.0+ compiler with. To build the code\nopen up MSVC Command Prompt and run `build.bat` in the repository folder.\nTests can be executed by running `test.bat`.\n\n### Mac / Linux\n\nThere is currently **no support for generating Linux or Mac binaries**,\nhowever it is possible to run the code in JIT mode.\n\nYou can build the code by running `./build.sh` and tests are run with\n`./test.sh`. Both gcc and clang compilers are supported and you can\nset which one to use by providing a `CC` environment variable:\n\n```\nCC=clang ./build.sh\n```\n\n## License\n\nCopyright (c) 2020 Dmitriy Kubyshkin (unless noted otherwise in the code).\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of the Software,\nand to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\nOR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrassator%2Fmass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrassator%2Fmass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrassator%2Fmass/lists"}