{"id":27386673,"url":"https://github.com/igi-111/jack","last_synced_at":"2025-04-13T17:50:17.320Z","repository":{"id":37573407,"uuid":"196610401","full_name":"IGI-111/jack","owner":"IGI-111","description":"A toy ML dialect","archived":false,"fork":false,"pushed_at":"2021-03-16T01:02:08.000Z","size":94,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-01T05:02:32.306Z","etag":null,"topics":["compiler","cranelift","ml","rust","type-checking"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/IGI-111.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":"2019-07-12T16:21:19.000Z","updated_at":"2024-09-22T22:39:16.000Z","dependencies_parsed_at":"2022-08-29T06:33:05.141Z","dependency_job_id":null,"html_url":"https://github.com/IGI-111/jack","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/IGI-111%2Fjack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGI-111%2Fjack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGI-111%2Fjack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGI-111%2Fjack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IGI-111","download_url":"https://codeload.github.com/IGI-111/jack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248757938,"owners_count":21156954,"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":["compiler","cranelift","ml","rust","type-checking"],"created_at":"2025-04-13T17:50:16.801Z","updated_at":"2025-04-13T17:50:17.315Z","avatar_url":"https://github.com/IGI-111.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jack\n\nJack is a compiled, statically typed, pure-functional programming language inspired by ML.\n\nThis repository hosts a 3-step compiler written in Rust that does parsing, semantic analysis (including type checking) and generates Cranelift IR.\n\nHere's an example of a Jack program you can run using `cargo run fib.ml`\n```ml\nfun fib(n: int): int =\n    if n == 0 then\n        0\n    else if n == 1 then\n        1\n    else\n        fib(n-1) + fib(n-2)\n\nfun main(): bool = let fib9 = fib(9) in fib9 == 34\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figi-111%2Fjack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figi-111%2Fjack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figi-111%2Fjack/lists"}