{"id":15060446,"url":"https://github.com/wellang/well","last_synced_at":"2025-10-26T21:46:54.448Z","repository":{"id":37613381,"uuid":"473284701","full_name":"wellang/well","owner":"wellang","description":"A high level assembler. https://wellang.github.io/well/","archived":false,"fork":false,"pushed_at":"2024-12-09T00:02:19.000Z","size":37029,"stargazers_count":57,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-09T00:27:42.109Z","etag":null,"topics":["assembler","assembly","assembly-language","c","compilers","languages","lexer-parser","parsers","programming-language","wellang"],"latest_commit_sha":null,"homepage":"","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/wellang.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":"CONTRIBUTING.md","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":"2022-03-23T17:09:37.000Z","updated_at":"2024-12-09T00:02:23.000Z","dependencies_parsed_at":"2024-01-29T08:09:54.602Z","dependency_job_id":"092464fe-29c9-40be-97d8-5e5b1639b84f","html_url":"https://github.com/wellang/well","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellang%2Fwell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellang%2Fwell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellang%2Fwell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellang%2Fwell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wellang","download_url":"https://codeload.github.com/wellang/well/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230431100,"owners_count":18224655,"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":["assembler","assembly","assembly-language","c","compilers","languages","lexer-parser","parsers","programming-language","wellang"],"created_at":"2024-09-24T22:58:48.434Z","updated_at":"2025-10-26T21:46:54.438Z","avatar_url":"https://github.com/wellang.png","language":"C","readme":"# Wellang\n\n\u003cdiv align=\"center\"\u003e\n  \u003cbr /\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/wellang/wellang.git\"\u003e\u003cimg src=\"https://github.com/wellang/well/blob/main/wellang.png\" width=\"800\" alt=\"wellang\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n  \u003cbr /\u003e\n  \u003cp\u003e\n    \u003cbr\u003e \u003ca href=\"https://discord.gg/sBqBFKq3Ab\"\u003e\u003cimg src=\"https://img.shields.io/discord/1377132755392925727?color=5865F2\u0026logo=discord\u0026logoColor=white\" alt=\"MinervaWare discord server\" /\u003e\u003c/a\u003e \u003c/br\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n# NOTE\n\n* Wellang is in an extremely early state with pending syntax changes and the development of the compiler. MAKE SURE you keep wellang up to date in these early stages.\n\n# About\n\nWellang is a high-level assembly language targeted as an educational resource for people looking to learn assembly language and CPU logic. Wellang comes with a single instruction set that will compile to any system architecture making it very portable and easy to use on any device.\n\n### NEED HELP?\n\nWellang discord server: https://discord.gg/sBqBFKq3Ab\n\nMinervaWare Contact: https://www.minervaware.net/contact\n\n# Compile Wellang\n\nTo compile Wellang simply run:\n\n```\nmake\n```\n\n## Hello World program\n\n```\n~constants {\n    ~string:text = \"Hello World!\"\n}\n\n~int:main {\n    move~ text, r1\n    call~ printf\n    return~ 0\n}\n```\n\n## compile program\nto compile your well program you can run ``well`` in your terminal:\n```\nwell main.well -o out\n```\n\n## Vim syntax highlighting\n```\nmake vim\n```\n\n### Credits\n![Contributors](https://contrib.rocks/image?repo=wellang/well)\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/wellang/well.svg)](https://starchart.cc/wellang/well)\n\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellang%2Fwell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwellang%2Fwell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellang%2Fwell/lists"}