{"id":23296475,"url":"https://github.com/thatonegin/parfast","last_synced_at":"2026-04-19T07:31:19.304Z","repository":{"id":259629170,"uuid":"879080562","full_name":"ThatOneGin/parfast","owner":"ThatOneGin","description":"A strange language","archived":false,"fork":false,"pushed_at":"2026-02-18T01:09:22.000Z","size":163,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T06:47:40.300Z","etag":null,"topics":["assembly","compiler","lua","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/ThatOneGin.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":"2024-10-26T23:10:38.000Z","updated_at":"2025-08-13T23:10:57.000Z","dependencies_parsed_at":"2024-10-27T00:27:53.430Z","dependency_job_id":"f5e8211a-843e-48cd-bb4f-391914fa1b02","html_url":"https://github.com/ThatOneGin/parfast","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"5a36920de9b5175a4238f74005016839e2cb76d9"},"previous_names":["thatonegin/parfast"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThatOneGin/parfast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Fparfast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Fparfast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Fparfast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Fparfast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatOneGin","download_url":"https://codeload.github.com/ThatOneGin/parfast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Fparfast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31998792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["assembly","compiler","lua","programming-language"],"created_at":"2024-12-20T07:11:49.557Z","updated_at":"2026-04-19T07:31:19.284Z","avatar_url":"https://github.com/ThatOneGin.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n  ---\u003e      @@@@@   @@@@  @@@@@  @@@@@@  @@@@   @@@@  @@@@@@ \n       --\u003e  @@  @@ @@  @@ @@  @@ @@     @@  @@ @@       @@   \n    --\u003e     @@@@@  @@@@@@ @@@@@  @@@@   @@@@@@  @@@@    @@   \n  --\u003e       @@     @@  @@ @@  @@ @@     @@  @@     @@   @@   \n      --\u003e   @@     @@  @@ @@  @@ @@     @@  @@  @@@@    @@   \n```\nA stack oriented language that targets x86_64 assembly.\n\n# Supported assemblers\n\n- Nasm (default)\n\n- Fasm\n\n# Quickstart\n\nfor more detailed overview and demonstrations of the syntax, check [quickstart](Quickstart.md)\n\ncompile file:\n\n```console\n$ lua parfast \u003cinput.parfast\u003e -com\n  [1/2] nasm -f elf64 input.parfast\n  [2/2] ld -o input input.o\n```\nOr alternatively\n```console\n$ ./parfast \u003cinput.parfast\u003e -com\nCommands:\n  [1/2] nasm -f elf64 input.parfast\n  [2/2] ld -o input input.o\n```\n\n# Compiling the compiler\n\nRequired tools:\n\n  - lua\n\n  - luac\n\nIn linux, just run `./build.lua` and it will procude a file named `parfast` which is the compiler. But unfortunately it won't work well on Windows.\n\n# Todos\n\n- [X] type-checking\n\n- [X] better error handling\n\n- [X] multi assembler support\n\n- [ ] check stack inconsistency at stack tracker\n\n- [ ] self hosting (probably never XD)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatonegin%2Fparfast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatonegin%2Fparfast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatonegin%2Fparfast/lists"}