{"id":16554655,"url":"https://github.com/owez/jingo","last_synced_at":"2025-07-09T20:35:02.277Z","repository":{"id":54993845,"uuid":"271921248","full_name":"Owez/jingo","owner":"Owez","description":"A lightweight, high-level language designed for rapid prototyping","archived":false,"fork":false,"pushed_at":"2021-06-12T22:30:57.000Z","size":221,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T08:52:06.607Z","etag":null,"topics":["compiler","programming-language","rust"],"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/Owez.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-13T01:41:28.000Z","updated_at":"2023-01-28T05:12:57.000Z","dependencies_parsed_at":"2022-08-14T08:30:56.982Z","dependency_job_id":null,"html_url":"https://github.com/Owez/jingo","commit_stats":null,"previous_names":["scowez/jingo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Owez/jingo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fjingo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fjingo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fjingo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fjingo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Owez","download_url":"https://codeload.github.com/Owez/jingo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fjingo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502991,"owners_count":23618673,"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","programming-language","rust"],"created_at":"2024-10-11T19:52:04.257Z","updated_at":"2025-07-09T20:35:02.238Z","avatar_url":"https://github.com/Owez.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jingo\n\n[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fowez%2Fjingo%2Fbadge\u0026style=for-the-badge)](https://actions-badge.atrox.dev/owez/jingo/goto)\n![License](https://img.shields.io/github/license/owez/jingo?style=for-the-badge)\n\nA lightweight, high-level language designed for rapid prototyping\n\n## Syntax example\n\nA small class-based program demonstrating the basic syntax of this language:\n\n```none\nprint(\"Hello, world!\")\n\n--- Small test class, helping to describe some features of Jingo\nclass SomeClass {\n    --- Creates new [SomeClass] from `x` value\n    fun new(x) {\n        let self.x = x\n    }\n\n    --- Multiplies number on record with `y`\n    fun multiply(self, y) {\n        return self.x * y\n    }\n}\n\nlet multiplied = SomeClass.new(3).multiply(25)\n\nmatch == multiplied + 10 {\n    10 =\u003e print(\"Huh? 10?\"),\n    85 =\u003e print(\"This is the number!\"),\n    _ =\u003e print(\"Default case\")\n}\n```\n\nJingo follows these rules for syntax:\n\n- No semi-colons or forced tabbing\n- Everything is an expression\n- Match-orientated conditionals\n\n## Installation\n\n1. Clone this repository\n2. Build using `cargo build --release`\n3. Use the compiled binary at `/target/release/jingo-cli`\n\n## Help\n\n```none\nUsage: jingo [OPTIONS]\n\nA lightweight, high-level language designed for rapid prototyping\n\nOptions:\n  run [FILE]    Compiles \u0026 runs a file\n  build [FILE]  Compiles a file\n  help          Shows this help\n\nAdvanced options:\n  lex [FILE]    Show lexing output\n  parse [FILE]  Show parsing output\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowez%2Fjingo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowez%2Fjingo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowez%2Fjingo/lists"}