{"id":25663761,"url":"https://github.com/maxxsoft/ionia","last_synced_at":"2025-09-11T11:42:19.026Z","repository":{"id":133590082,"uuid":"176255148","full_name":"MaxXSoft/Ionia","owner":"MaxXSoft","description":"Design and implementation of a functional scripting language.","archived":false,"fork":false,"pushed_at":"2019-09-16T14:26:31.000Z","size":153,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T14:41:27.777Z","etag":null,"topics":["compiler","functional-language","interpreter","scripting-language","vm"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaxXSoft.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}},"created_at":"2019-03-18T10:10:32.000Z","updated_at":"2024-12-24T05:40:08.000Z","dependencies_parsed_at":"2023-07-18T01:15:54.082Z","dependency_job_id":null,"html_url":"https://github.com/MaxXSoft/Ionia","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/MaxXSoft%2FIonia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxXSoft%2FIonia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxXSoft%2FIonia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxXSoft%2FIonia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxXSoft","download_url":"https://codeload.github.com/MaxXSoft/Ionia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250233262,"owners_count":21396772,"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","functional-language","interpreter","scripting-language","vm"],"created_at":"2025-02-24T05:19:01.424Z","updated_at":"2025-04-22T11:35:44.176Z","avatar_url":"https://github.com/MaxXSoft.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ionia\r\n\r\nDesign and implementation of a functional scripting language.\r\n\r\nIonia is simple, lightweight functional programming language, with an interpreter and VM runtime implementation.\r\n\r\n## EBNF of Ionia\r\n\r\n```ebnf\r\nprogram ::= {stat};\r\nstat    ::= define | funcall;\r\ndefine  ::= id \"=\" expr;\r\nexpr    ::= func | funcall | define | id | number;\r\nfunc    ::= \"(\" [id {\",\" id}] \")\" \":\" expr;\r\nfuncall ::= (id | funcall) \"(\" [expr {\",\" expr}] \")\";\r\nid      ::= re\"~([0-9]|=|\\(|\\)|,|:)(=|\\(|\\)|,|:)*\";\r\nnumber  ::= re\"0|([1-9][0-9]*)\";\r\n```\r\n\r\n## To-Do List\r\n\r\n- [x] Interpreter\r\n- [x] VM runtime\r\n- [x] Compiler\r\n- [x] Disassembler\r\n- [ ] Documents\r\n- [ ] Optimizer\r\n- [x] REPL\r\n- [ ] JIT\r\n- [ ] Tutorial\r\n\r\n## Copyright and License\r\n\r\nCopyright (C) 2010-2019 MaxXing, MaxXSoft. License GPLv3.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxxsoft%2Fionia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxxsoft%2Fionia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxxsoft%2Fionia/lists"}