{"id":15911097,"url":"https://github.com/jovonni/lymn","last_synced_at":"2026-01-17T18:38:25.745Z","repository":{"id":83784840,"uuid":"229499183","full_name":"Jovonni/LYMN","owner":"Jovonni","description":"Programming Language written as human language, English","archived":false,"fork":false,"pushed_at":"2019-12-22T00:32:49.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T01:42:40.776Z","etag":null,"topics":["language","programming","programming-language"],"latest_commit_sha":null,"homepage":"http://www.twitter.com/LYMNLang","language":"Makefile","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/Jovonni.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":"2019-12-22T00:20:25.000Z","updated_at":"2019-12-26T00:56:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"5421f77b-3392-4454-a26a-4945facf0629","html_url":"https://github.com/Jovonni/LYMN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jovonni/LYMN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jovonni%2FLYMN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jovonni%2FLYMN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jovonni%2FLYMN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jovonni%2FLYMN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jovonni","download_url":"https://codeload.github.com/Jovonni/LYMN/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jovonni%2FLYMN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:28:00.501Z","status":"ssl_error","status_checked_at":"2026-01-17T18:28:00.150Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["language","programming","programming-language"],"created_at":"2024-10-06T15:23:48.140Z","updated_at":"2026-01-17T18:38:25.725Z","avatar_url":"https://github.com/Jovonni.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LYMN Programming Language\n\n## Get the updated code on XS code\nhttps://cp.xscode.com/Jovonni/LYMN\n\n### Purpose\nLYMN aims to democratize the process by which someone develops a program through natural language\n\n```javascript\nx is a Variable, with a datatype of String. x is initialized as \"example\".\n```\n\n--------\n\nLymn \u003csource_file\u003e\n\n./hello_world.paragraph \"\"\n\nLymn hello_world.paragraph \"{\"HelloWorld\": {\n    \"P\":\n  }\n}\"\n\nLymn hello_world.paragraph P=\"\"\n-----------\n\n----------------\nHelloWorld has a paragraph called P. P is initialized to \"hello world\".\n----------------\n\n## Grammar\nThe LYMN compiler reads in the grammar defining the language, and that grammar informs how the compiler works. This is opposed to hard coding a compiler based on hard coded rules\n\n```\n\u003cstatement\u003e := \u003cparagraph\u003e;\n\u003cparagraph\u003e := \u003csentence\u003e {\u003csentence\u003e};\n\u003csentence\u003e := \u003cwords\u003e \u003cpunctuation\u003e [\u003cparagraph\u003e];\n\u003cword\u003e := {\u003cword\u003e} | {\u003cword\u003e};\n\u003cpunctuation\u003e := \u003ccomma\u003e | \u003cperiod\u003e;\n\u003cword\u003e := \u003cvariable\u003e | \u003ca\u003e | \u003cwith\u003e | \u003cdatatype\u003e | \u003cof\u003e | \u003cstring\u003e \u003cis\u003e;\n```\n\n## Automatic BNF Conversion\nFrom the BNF defined grammar, we generate a derivation\n\n## Derivations\nThe derivation generated from the BNF format, is then used to construct a parse tree directly\n\n## Automatic Parse Tree Generation from BNF\n\n## Walking the parse tree\n\n# Language Concepts\n\n# NLP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjovonni%2Flymn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjovonni%2Flymn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjovonni%2Flymn/lists"}