{"id":19347475,"url":"https://github.com/mrlsd/ilang","last_synced_at":"2025-04-23T05:32:07.521Z","repository":{"id":38330418,"uuid":"285804143","full_name":"mrLSD/iLang","owner":"mrLSD","description":"iLang - a functional programming language and compiler","archived":false,"fork":false,"pushed_at":"2024-07-23T07:21:33.000Z","size":309,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T08:51:14.226Z","etag":null,"topics":["compiler","functional-programming","ilang","language","programming","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/mrLSD.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":"2020-08-07T10:38:58.000Z","updated_at":"2024-06-12T15:40:11.000Z","dependencies_parsed_at":"2024-06-04T12:15:08.599Z","dependency_job_id":null,"html_url":"https://github.com/mrLSD/iLang","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/mrLSD%2FiLang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrLSD%2FiLang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrLSD%2FiLang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrLSD%2FiLang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrLSD","download_url":"https://codeload.github.com/mrLSD/iLang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250378898,"owners_count":21420824,"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-programming","ilang","language","programming","programming-language"],"created_at":"2024-11-10T04:16:37.196Z","updated_at":"2025-04-23T05:32:07.241Z","avatar_url":"https://github.com/mrLSD.png","language":"Rust","readme":"# iLang functional programming language \n[![CI Build Status](https://github.com/mrLSD/iLang/workflows/ci/badge.svg)](https://github.com/mrLSD/iLang/actions?query=workflow%3Aci)\n[![Coverage Status](https://coveralls.io/repos/github/mrLSD/iLang/badge.svg?branch=master)](https://coveralls.io/github/mrLSD/iLang?branch=master)\n\n**iLang** is a functional programming language from scratch.\nIt is general purpose, strongly typed, multi-paradigm programming \nlanguage that encompasses functional programming methods. \n\n**iLang** is a cross-platform and compiler based on LLVM. \n\n**iLang** corresponds as a member of the ML language family. \n\nFormal grammar based on EBNF, and it is described in the document [here](grammar.md).\n\nCurrent main goals of the project\n* [x] grammar creation\n* [x] AST implementation\n* [ ] compiler creation based on LLVM\n\nImplementation based on *Rust language* \nto achieve the goals of reliability, efficiency, speed, memory safety.\n\nParsing based on [nom](https://crates.io/crates/nom) a parser combinators library. \n\n## Requirements\n* Rust 50.0+\n* LLVM 11+\n\n## Supported targets\n* Linux x86\n* macOS x86\n* Windows x86\n\n## Useful commands\n* `cargo build` - build project\n* `make` - run rust clippy tool - collection of lints to catch common mistakes.\n* `make test` - run unit tests\n* `make cover` - run coverage tests and generate test coverage report. It's used grcov. For installation run `cargo install grcov`\n* `make fmt` - run code formatting.\n* `make check` - run `cargo check`\n \n## Licanse: MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlsd%2Filang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrlsd%2Filang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlsd%2Filang/lists"}