{"id":37230113,"url":"https://github.com/kengorab/abra-lang","last_synced_at":"2026-04-01T19:03:41.345Z","repository":{"id":39121523,"uuid":"175723684","full_name":"kengorab/abra-lang","owner":"kengorab","description":"🧙‍♂️A small programming language with static typing and native compilation, selfhosted","archived":false,"fork":false,"pushed_at":"2026-03-02T03:09:08.000Z","size":8065,"stargazers_count":53,"open_issues_count":31,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-02T07:53:48.546Z","etag":null,"topics":["compiler","pratt-parser","programming-language","qbe","self-hosted"],"latest_commit_sha":null,"homepage":"https://abra.kengorab.dev","language":"JavaScript","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/kengorab.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-15T01:02:08.000Z","updated_at":"2026-03-02T02:47:59.000Z","dependencies_parsed_at":"2024-01-29T02:16:23.095Z","dependency_job_id":"d2674448-8fd1-44d4-802d-ae5d11996bf0","html_url":"https://github.com/kengorab/abra-lang","commit_stats":null,"previous_names":[],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/kengorab/abra-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kengorab%2Fabra-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kengorab%2Fabra-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kengorab%2Fabra-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kengorab%2Fabra-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kengorab","download_url":"https://codeload.github.com/kengorab/abra-lang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kengorab%2Fabra-lang/sbom","scorecard":{"id":122405,"data":{"date":"2025-08-11","repo":{"name":"github.com/kengorab/abra-lang","commit":"ea74ba6aad84c71370c45716fa772f605ea8f491"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/selfhost.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/kengorab/abra-lang/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/kengorab/abra-lang/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/kengorab/abra-lang/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/selfhost.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/kengorab/abra-lang/selfhost.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.0.61 not signed: https://api.github.com/repos/kengorab/abra-lang/releases/239836288","Warn: release artifact v0.0.60 not signed: https://api.github.com/repos/kengorab/abra-lang/releases/239749344","Warn: release artifact v0.0.59 not signed: https://api.github.com/repos/kengorab/abra-lang/releases/234724246","Warn: release artifact v0.0.58 not signed: https://api.github.com/repos/kengorab/abra-lang/releases/231642117","Warn: release artifact v0.0.57 not signed: https://api.github.com/repos/kengorab/abra-lang/releases/231639954","Warn: release artifact v0.0.61 does not have provenance: https://api.github.com/repos/kengorab/abra-lang/releases/239836288","Warn: release artifact v0.0.60 does not have provenance: https://api.github.com/repos/kengorab/abra-lang/releases/239749344","Warn: release artifact v0.0.59 does not have provenance: https://api.github.com/repos/kengorab/abra-lang/releases/234724246","Warn: release artifact v0.0.58 does not have provenance: https://api.github.com/repos/kengorab/abra-lang/releases/231642117","Warn: release artifact v0.0.57 does not have provenance: https://api.github.com/repos/kengorab/abra-lang/releases/231639954"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T02:46:16.504Z","repository_id":39121523,"created_at":"2025-08-16T02:46:16.504Z","updated_at":"2025-08-16T02:46:16.504Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30279770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["compiler","pratt-parser","programming-language","qbe","self-hosted"],"created_at":"2026-01-15T03:36:47.476Z","updated_at":"2026-03-09T01:11:47.539Z","avatar_url":"https://github.com/kengorab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Abra\nA small statically-typed compiled programming language.\n\nOriginally written in Rust, but now self-hosted (the compiler is written in itself). The original Rust-based implementation\nhas been extracted out and can be found [here](https://github.com/kengorab/abra-lang-old) for historical reference.\n\n![Test](https://github.com/kengorab/abra-lang/workflows/Test/badge.svg)\n![Release](https://github.com/kengorab/abra-lang/workflows/Release/badge.svg)\n\nThis project is very much a work in progress: you can check the [documentation site](https://abra.kenrg.co) for more information\n\n## Getting Started\nDownload the latest `abra` binary from the [Releases](https://github.com/kengorab/abra-lang/releases/latest) page, and\nplace it wherever you want on your system (e.g. `~/.abra`). You will then need to export an `$ABRA_HOME` environment\nvariable which points to the `~/.abra/std/` directory.\nYou should then be able to run\n```swift\n// example.abra\nprintln(\"Hello world\")\n```\n```sh\n$ abra example.abra\nHello world\n```\n\n## What's it look like?\nIt should look familiar, a lot of inspiration was drawn from modern languages like Swift and Kotlin:\n\n```swift\nfunc fib(n: Int): Int {\n  if n == 0 {\n    0\n  } else if n == 1 {\n    1\n  } else {\n    fib(n - 2) + fib(n - 1)\n  }\n}\n\nprintln(fib(10))\n```\n\nYou can also see and play with more examples on the [Try It Out](https://abra.kengorab.dev/try) page of the language documentation site.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkengorab%2Fabra-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkengorab%2Fabra-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkengorab%2Fabra-lang/lists"}