{"id":25268864,"url":"https://github.com/unstoppablemango/lang","last_synced_at":"2026-01-19T07:32:42.162Z","repository":{"id":276011590,"uuid":"927518855","full_name":"UnstoppableMango/lang","owner":"UnstoppableMango","description":"A programming language","archived":false,"fork":false,"pushed_at":"2025-03-10T21:26:24.000Z","size":115,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T22:28:00.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/UnstoppableMango.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2025-02-05T04:55:19.000Z","updated_at":"2025-03-10T05:34:17.000Z","dependencies_parsed_at":"2025-03-03T17:35:51.687Z","dependency_job_id":null,"html_url":"https://github.com/UnstoppableMango/lang","commit_stats":null,"previous_names":["unstoppablemango/lang"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Flang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Flang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Flang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Flang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnstoppableMango","download_url":"https://codeload.github.com/UnstoppableMango/lang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247436143,"owners_count":20938532,"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":[],"created_at":"2025-02-12T10:38:33.250Z","updated_at":"2026-01-19T07:32:42.157Z","avatar_url":"https://github.com/UnstoppableMango.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lang\n\nA pet project for playing with language design and compilers.\n\n## Building\n\nGo and LLVM are required to be pre-installed.\n\n- [Go](https://go.dev/doc/install) - Toolchain for the version listed in [go.mod](./go.mod)\n- [LLVM](https://releases.llvm.org/) - 19.1.0 install\n\n### Optional\n\nThese dependencies will be installed to [bin](./bin) automatically by `make`.\n\n- [.NET](https://dotnet.microsoft.com/en-us/download) - dotnet SDK for the version listed in [global.json](./global.json)\n- [dprint](https://dprint.dev/install/) - binary for the version listed in [.versions/dprint](./.versions/dprint)\n- [buf](https://buf.build/docs/installation/) - binary for the version listed in [.versions/buf](./.versions/buf)\n\n### Build\n\nThe default goal is `build`, which will produce `bin/ir` and `bin/lang-host`.\n\n```shell\n$ make build\n// ...\nBuild succeeded\n```\n\n### Test\n\nRunning `make test` will test all modified code.\n\n```shell\n$ make test\n// ...\nTest Suite Passed\n```\n\n## Stack\n\nSummary of the tech used to build the language.\n\n### Languages\n\n- F# - Parser\n- C# - Language host\n- Go - IR Codegen\n\n### Libraries/Tools\n\n- FParsec - Parser/Lexer\n- LLVM - Compiler\n- tiny-go - Go LLVM bindings\n- gRPC - IPC .NET \u003c-\u003e Go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstoppablemango%2Flang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funstoppablemango%2Flang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstoppablemango%2Flang/lists"}