{"id":19351574,"url":"https://github.com/lukaszcz/javalette","last_synced_at":"2026-06-19T00:31:19.896Z","repository":{"id":92465506,"uuid":"410262097","full_name":"lukaszcz/javalette","owner":"lukaszcz","description":"An educational compiler for Javalette, written in C","archived":false,"fork":false,"pushed_at":"2021-10-05T21:14:12.000Z","size":216,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-27T03:58:49.906Z","etag":null,"topics":["c","compiler"],"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/lukaszcz.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":"2021-09-25T12:06:11.000Z","updated_at":"2024-01-06T17:36:46.000Z","dependencies_parsed_at":"2023-06-02T13:15:19.728Z","dependency_job_id":null,"html_url":"https://github.com/lukaszcz/javalette","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukaszcz/javalette","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaszcz%2Fjavalette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaszcz%2Fjavalette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaszcz%2Fjavalette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaszcz%2Fjavalette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukaszcz","download_url":"https://codeload.github.com/lukaszcz/javalette/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaszcz%2Fjavalette/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34513020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":["c","compiler"],"created_at":"2024-11-10T04:36:39.305Z","updated_at":"2026-06-19T00:31:19.839Z","avatar_url":"https://github.com/lukaszcz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"A locally optimising Javalette compiler written in C. Javalette is\nessentially a subset of C, without pointers and dynamic memory\nallocation.\n\nFeatures\n--------\n* Two backends: 32bit x86 assembly and quadruple code.\n* Liveness analysis.\n* Register allocation with Belady's algorithm.\n* Local basic block optimisations: constant folding, common\n  subexpression elimination, copy propagation.\n* Frame pointer omission optimisation.\n\nRequirements\n------------\n* Linux\n* bison\n* flex\n* nasm assembler to produce x86 executables\n\nUsage\n-----\n* Compilation: `make`\n* Tests: `make test`\n* Invocation: `jl [options] program.jl`\n* Help: `jl -h`\n* Examples: [`tests/examples`](tests/examples)\n\nBefore running the compiler ensure that the `JL_DATA_DIR` environment\nvariable is set appropriately, or use the `-d` option. The\n`JL_DATA_DIR` variable should point to the `data` directory in the\nsource package.\n\nDocumentation\n-------------\n\nA more detailed documentation is available in [`doc/doc.pdf`](doc/doc.pdf) (in Polish).\n\nCopyright and license\n---------------------\n\nCopyright (C) 2008-2021 by Lukasz Czajka.\n\nDistributed under the MIT license. See the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukaszcz%2Fjavalette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukaszcz%2Fjavalette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukaszcz%2Fjavalette/lists"}