{"id":17649463,"url":"https://github.com/allantargino/lelang","last_synced_at":"2025-09-12T04:38:28.089Z","repository":{"id":131035407,"uuid":"98498297","full_name":"allantargino/LeLang","owner":"allantargino","description":"A Programming Language developed by me called \"Le\". It was developed using ANTLR.","archived":false,"fork":false,"pushed_at":"2017-08-13T14:24:55.000Z","size":619,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T08:16:08.244Z","etag":null,"topics":["antlr","compiler","compiler-construction"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allantargino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-27T05:45:50.000Z","updated_at":"2023-01-26T22:45:08.000Z","dependencies_parsed_at":"2023-04-20T16:33:50.167Z","dependency_job_id":null,"html_url":"https://github.com/allantargino/LeLang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allantargino/LeLang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allantargino%2FLeLang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allantargino%2FLeLang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allantargino%2FLeLang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allantargino%2FLeLang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allantargino","download_url":"https://codeload.github.com/allantargino/LeLang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allantargino%2FLeLang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274754051,"owners_count":25342919,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["antlr","compiler","compiler-construction"],"created_at":"2024-10-23T11:27:13.632Z","updated_at":"2025-09-12T04:38:28.081Z","avatar_url":"https://github.com/allantargino.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Le Programming Language\r\n\r\n### Requirements\r\n* You must have JDK installed on your machine.\r\n\r\n### Usage\r\n* Linux: Run *compile.sh* file to compile the language. \r\n* Windows: Run *compile.ps1* file to compile the language.\r\n\r\nYou can modify these scripts to compile any programs in Le.\r\nTo use a Windows IDE, visit: [LeLang.IDE](https://github.com/allantargino/lelang.ide)\r\n\r\n### Example\r\n```c\r\nprogram myProgram\r\n{\r\n\t# variable declaration\r\n\tint a, b, c;\r\n\tbool cond;\r\n\tcte int d:=89, e:=77;\r\n\tdecimal myDec;\r\n\tstr name;\r\n\r\n\t# program body\r\n\ta:=3+5+90*2;\r\n\tcond:=false;\r\n\r\n\tmyDec:=3.14f;\r\n       \r\n\tif(c\u003e2 \u0026\u0026 a\u003e2)\r\n\t\tWrite(\"if1\");\r\n\t\tif(cond)\r\n\t\t\tWrite(\"if2\");\r\n\t\telse\r\n\t\t\tWrite(\"else2\");\r\n\t\tendif\r\n\telse\r\n\t\tWrite(\"else1\");\r\n\tendif\r\n\t\r\n\twhile(c\u003e10)\r\n\t\tWrite(\"o\");\r\n\t\tc := c - 1;\r\n\tnext\r\n\r\n\tWrite(\"Your Name \");\r\n\tRead(name);\r\n\tWrite(\"The End\");\r\n}\r\n\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallantargino%2Flelang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallantargino%2Flelang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallantargino%2Flelang/lists"}