{"id":15399793,"url":"https://github.com/thedan64/limonite","last_synced_at":"2025-04-15T22:31:06.179Z","repository":{"id":18444066,"uuid":"21634794","full_name":"TheDan64/limonite","owner":"TheDan64","description":"[WIP] Compiler for the Limonite programming language.","archived":false,"fork":false,"pushed_at":"2022-07-07T10:18:43.000Z","size":718,"stargazers_count":14,"open_issues_count":15,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T03:41:44.637Z","etag":null,"topics":["llvm","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheDan64.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":"2014-07-09T01:20:13.000Z","updated_at":"2024-11-16T11:06:58.000Z","dependencies_parsed_at":"2022-09-16T01:12:27.868Z","dependency_job_id":null,"html_url":"https://github.com/TheDan64/limonite","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/TheDan64%2Flimonite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDan64%2Flimonite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDan64%2Flimonite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDan64%2Flimonite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheDan64","download_url":"https://codeload.github.com/TheDan64/limonite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249165970,"owners_count":21223358,"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":["llvm","programming-language"],"created_at":"2024-10-01T15:50:25.864Z","updated_at":"2025-04-15T22:31:05.618Z","avatar_url":"https://github.com/TheDan64.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/TheDan64/limonite.svg?branch=master)](https://travis-ci.org/TheDan64/limonite)\n[![codecov](https://codecov.io/gh/TheDan64/limonite/branch/master/graph/badge.svg)](https://codecov.io/gh/TheDan64/limonite)\n\nLimonite\n========\n\nThis is a compiler for the Limonite programming language.\n\nLimonite is a relatively basic programming language written in rust using LLVM as a backend.\n\n* Uses a custom tokenizer and parser.\n* Compiles to LLVM IR.\n* Syntax is by no means final. See sample.lim for examples.\n\n## Building\n1. Make sure you have installed all the dependencies.\n    * Rust (Stable/Beta)\n    * Cargo\n    * git (optional)\n    * LLVM == 10.0 (optional)\n    * cmake (required for LLVM)\n\n2. Download and build Limonite.\n\n    Run the following commands\n\n        git clone https://github.com/TheDan64/limonite.git\n        cd limonite\n        cargo build\n\n    Without LLVM dependency\n\n        git clone https://github.com/TheDan64/limonite.git\n        cd limonite\n        cargo build --no-default-features\n\n## Working Features\n* Basic variables w/ basic type inference\n* Basic ascii/utf8 print statements\n* While loops\n* Comparison operators\n* Addition, Subtraction, Assignment\n* Comments\n\nExample:\n\n```\nvar s = \"Spam the world!\"\nvar i = 10\n\n\u003e\u003e NOTE: The following requires tab-indentation\n\nwhile i \u003e 0,\n    i -= 1\n    print(s)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedan64%2Flimonite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedan64%2Flimonite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedan64%2Flimonite/lists"}