{"id":20400077,"url":"https://github.com/codebrainz/metacc","last_synced_at":"2026-05-26T23:04:14.608Z","repository":{"id":3011251,"uuid":"4030318","full_name":"codebrainz/metacc","owner":"codebrainz","description":"Compiler for the Meta C language","archived":false,"fork":false,"pushed_at":"2012-05-20T11:33:20.000Z","size":2628,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T01:31:58.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/codebrainz.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}},"created_at":"2012-04-15T06:40:25.000Z","updated_at":"2014-05-28T23:19:00.000Z","dependencies_parsed_at":"2022-08-26T03:01:35.523Z","dependency_job_id":null,"html_url":"https://github.com/codebrainz/metacc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebrainz/metacc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmetacc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmetacc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmetacc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmetacc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebrainz","download_url":"https://codeload.github.com/codebrainz/metacc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmetacc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33542350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-15T04:38:20.438Z","updated_at":"2026-05-26T23:04:14.567Z","avatar_url":"https://github.com/codebrainz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"MetaC Compiler\n=============\n\nThis is the testbed for the compiler for the new MetaC programming language.\n\nDependencies\n-----------\n\nIn order to fully compile the MetaC compiler, you'll need at least the\nfollowing:\n\n* GCC\n* Autotools\n* Libtool\n* Java\n\nFor example on Ubuntu, you would run the following:\n\n    $ sudo apt-get install build-essential libtool default-jre\n\n__Note:__\n\nThe MetaC compiler does not itself depend on the Java runtime, but it uses the\nJava program ANTLR to generate the target C lexer/parser code. In the future,\nit will not be required at all, except in \"maintainer mode\". The ANTLR C runtime\nthat the compiler uses is compiled directly in so that the target machine isn't\nrequired to have it installed.\n\nInstallation\n-----------\n\nTo compile and install the MetaC compiler, run the following commands:\n\n    $ ./configure\n    $ make\n    $ sudo make install\n\nTo see if the compiler is installed check the output of the following command:\n\n    $ which metacc\n\nThe result should be something like:\n\n    /usr/local/bin/metacc\n\nRunning\n------\n\nYou can invoke the compiler on your source files as such:\n\n    $ metacc -o mybin main.mc [...]\n\nWhere `mybin` is the output binary, `main.mc` is the MetaC source file with\nthe `main` entry point function and `[...]` is zero or more source files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrainz%2Fmetacc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebrainz%2Fmetacc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrainz%2Fmetacc/lists"}