{"id":13692134,"url":"https://github.com/rethab/awk-jvm","last_synced_at":"2025-12-25T03:43:59.544Z","repository":{"id":46487681,"uuid":"271298723","full_name":"rethab/awk-jvm","owner":"rethab","description":"a toy jvm in awk","archived":false,"fork":false,"pushed_at":"2021-10-08T07:45:37.000Z","size":15,"stargazers_count":165,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-03T17:13:16.558Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Awk","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/rethab.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}},"created_at":"2020-06-10T14:27:01.000Z","updated_at":"2024-04-18T20:20:27.000Z","dependencies_parsed_at":"2022-09-23T01:52:20.813Z","dependency_job_id":null,"html_url":"https://github.com/rethab/awk-jvm","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/rethab%2Fawk-jvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethab%2Fawk-jvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethab%2Fawk-jvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rethab%2Fawk-jvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rethab","download_url":"https://codeload.github.com/rethab/awk-jvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224328520,"owners_count":17293272,"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":["hacktoberfest"],"created_at":"2024-08-02T17:00:54.044Z","updated_at":"2025-12-25T03:43:59.504Z","avatar_url":"https://github.com/rethab.png","language":"Awk","funding_links":[],"categories":["Awk"],"sub_categories":[],"readme":"# awk-jvm\na toy jvm in awk, based on this tutorial: https://zserge.com/posts/jvm/\n\n## notes\n- this requires gawk, because of functions and the builtin `strtonum`\n- since none of the awks can read binary, you first need to pipe the classfile through hexdump\n  - example (see run.sh): `javac Add.java \u0026\u0026 hexdump -v -e '/1 \"%01u \"' Add.class  | awk -f jvm.awk`\n  \n# what can it do?\n- not a lot (eg. call methods and basic operations, see Add.java)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frethab%2Fawk-jvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frethab%2Fawk-jvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frethab%2Fawk-jvm/lists"}