{"id":15706624,"url":"https://github.com/marihachi/milli-lang","last_synced_at":"2025-10-26T12:13:39.093Z","repository":{"id":203752635,"uuid":"710331473","full_name":"marihachi/milli-lang","owner":"marihachi","description":"A toy language made with TypeScript. We execute a code by compiling it for the VM.","archived":false,"fork":false,"pushed_at":"2023-11-05T11:49:27.000Z","size":61,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T01:51:07.068Z","etag":null,"topics":["bytecode","bytecode-interpreter","compiler","interpreter","parser","toy-language","virtual-machine","vm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/marihachi.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}},"created_at":"2023-10-26T13:37:21.000Z","updated_at":"2023-10-29T13:41:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3e3175c-5c37-4a67-8867-e39880723cb1","html_url":"https://github.com/marihachi/milli-lang","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"74640ba64e8983f5a21f373287d4c3ea14805143"},"previous_names":["marihachi/milli-lang"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2Fmilli-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2Fmilli-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2Fmilli-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2Fmilli-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marihachi","download_url":"https://codeload.github.com/marihachi/milli-lang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805646,"owners_count":21967050,"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":["bytecode","bytecode-interpreter","compiler","interpreter","parser","toy-language","virtual-machine","vm"],"created_at":"2024-10-03T20:25:23.671Z","updated_at":"2025-10-26T12:13:39.082Z","avatar_url":"https://github.com/marihachi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# milli-lang\nA toy language made with TypeScript.  \nWe execute a code by compiling it for the VM.\n\n## Installation\nLinux or Windows(WSL) supported.\n\n```\n$ npm i\n$ npm run build\n```\n\n## Usage\n\nsource file: `*.mil`  \nbytecode file: `*.mbc`  \nassembly text file: `*.asm`\n\nCompile a milli-lang source(.mil) to a bytecode file(.mbc):\n```\n$ npm run compile\n```\n\nRun a bytecode file(.mbc):\n```\n$ npm run start\n```\n\n### Assemble\n\nAssemble an assembly text(.asm) to a bytecode file(.mbc):\n```\n$ npm run asm\n```\n\nDisassemble a bytecode file(.mbc) to an assembly text(.asm):\n```\n$ npm run disasm\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarihachi%2Fmilli-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarihachi%2Fmilli-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarihachi%2Fmilli-lang/lists"}