{"id":26643637,"url":"https://github.com/acrnischal/neplang","last_synced_at":"2025-06-29T10:37:40.689Z","repository":{"id":214847413,"uuid":"737506369","full_name":"AcrNischal/nepLang","owner":"AcrNischal","description":"Step into NepLangCPP, where code is spicier than curry and syntax is as wild as a mountain breeze! 💻🏔️  NepLangCPP is the rebel of programming – more like a Bollywood dance-off than a serious coding affair. It's where bugs are features and errors are just the language telling jokes. 🎭🐜","archived":false,"fork":false,"pushed_at":"2025-03-29T15:04:50.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T18:16:27.399Z","etag":null,"topics":["cpp","language","nepaliprogramming","neplangcpp"],"latest_commit_sha":null,"homepage":"https://nishchalacharya.com.np","language":"C++","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/AcrNischal.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}},"created_at":"2023-12-31T09:55:03.000Z","updated_at":"2025-03-29T15:04:54.000Z","dependencies_parsed_at":"2025-01-30T00:29:54.470Z","dependency_job_id":"9c9c5af8-a8a1-4471-a62c-8ad45ad2fb15","html_url":"https://github.com/AcrNischal/nepLang","commit_stats":null,"previous_names":["nischal-acharya/neplang","acrnishchal/neplang","acrnischal/neplang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AcrNischal/nepLang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcrNischal%2FnepLang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcrNischal%2FnepLang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcrNischal%2FnepLang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcrNischal%2FnepLang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AcrNischal","download_url":"https://codeload.github.com/AcrNischal/nepLang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcrNischal%2FnepLang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262579667,"owners_count":23331866,"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":["cpp","language","nepaliprogramming","neplangcpp"],"created_at":"2025-03-24T20:17:02.123Z","updated_at":"2025-06-29T10:37:40.678Z","avatar_url":"https://github.com/AcrNischal.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NepLangCPP\n\nWelcome to the NepLangCPP repository! NepLangCPP is a programming language designed for fun and experimentation. Please note that it is not intended for serious use but rather as a playful and creative exploration of programming concepts in a Nepali-inspired syntax.\n\n\u003cimg src=\"img/nepLangCPP_avatar.png\" alt=\"Introduction Image\" width=\"200\"/\u003e\n \n\n## Table of Contents\n- [Getting Started](#getting-started)\n- [Syntax](#syntax)\n- [Examples](#examples)\n- [Contact](#contact)\n- [Developers](#developers)\n\n## Getting Started\n\nTo start playing with NepLangCPP, follow these simple steps:\n\n1. **Clone the Repository:**\n   ```bash\n   https://github.com/AcrNischal/nepLang.git\n   ```\n\n2. **Include the NepLangCPP Header:**\n   ```cpp\n   #include \"nepLangCPP\"\n   \n   ```\n\n3. **Write Your NepLangCPP Code:**\n   ```cpp\n   int main() {\n       sankhya a = 5;\n       sankhya b = 10;\n\n       yedi (a \u003c b) {\n           vana_sathi \u003c\u003c \"b bhaneko a bata thulo cha.\";\n       } vaynaVane {\n           vana_sathi \u003c\u003c \"a bhaneko b bata thulo cha.\";\n       }\n\n       xordeu\n   }\n   ```\n\n4. **Compile and Run:**\n   ```bash\n   g++ your_file.cpp -o output\n   ./output\n   ```\n\n## Syntax\n\nNepLangCPP follows a simple syntax inspired by the Nepali language. It's designed to be quirky and unconventional for a lighthearted coding experience.\n\n| NepLangCPP Syntax | Description                                |\n| ----------------- | ------------------------------------------ |\n| `yedi`            | If statement                               |\n| `vana_sathi`      | Output stream (similar to `cout` in C++)   |\n| `maga_sathi`      | Input stream (similar to `cin` in C++)    |\n| `jaba_samma`      | For loop                                   |\n| `gara`            | Do-while loop                              |\n| `sankhya`         | Integer data type                          |\n| `aanka`           | Float data type                            |\n| `thuloAanka`      | Double data type                           |\n| `dhacha`          | Struct                                     |\n| `katroXa`         | Sizeof operator                            |\n| `samjeu`          | Static keyword                             |\n| `khali`           | Void keyword                               |\n\nFeel free to explore more in the examples section.\n\n## Examples\n\n### Example 1: Hello World\n```cpp\n#include \"nepLang.h\"\n\nint main(){\n    vana_sathi \u003c\u003c \"Namaste Sansar! \\n\";\n}\n```\n\n### Example 2: Simple Addition\n```cpp\n#include \"nepLang.h\"\n\nint main(){\n    sankhya autaNumber;\n    sankhya arkoNumber;\n\n    vana_sathi \u003c\u003c \"Auta Number Deu: \";\n    maga_sathi \u003e\u003e autaNumber;\n\n    vana_sathi \u003c\u003c \"Arko Number Deu: \";\n    maga_sathi \u003e\u003e arkoNumber;\n\n    vana_sathi \u003c\u003c \"Timro Uttar \" \u003c\u003c autaNumber + arkoNumber \u003c\u003c \" aayo!\";\n}\n```\n\n## Contact\n\nIf you have any questions, feedback, or suggestions, feel free to reach out to us at [nismsg1@gmail.com](mailto:nismsg1@gmail.com) or [acrsahil18@gmail.com](mailto:acrsahil18@gmail.com).\n\n## Developers\n\nNepLangCPP is developed and maintained by Nishchal Acharya and Sahil Acharya.\n\n| Developers         | Portfolio                                  | Photo |\n| ----------------- | ------------------------------------------ |-------|\n| Nishchal Acharya  | [https://nishchalacharya.com.np](https://nishchalacharya.com.np)  | \u003cimg src=\"https://nishchalacharya.com.np/img/hero.png\" alt=\"Nishchal Acharya\" width=\"100\"/\u003e |\n| Sahil Acharya     | [https://sahilacharya.com.np](https://sahilacharya.com.np) | \u003cimg src=\"https://sahilacharya.com.np/img/hero.png\" alt=\"Sahil Acharya\" width=\"100\"/\u003e |\n\nEnjoy coding in NepLangCPP for some lighthearted programming fun! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facrnischal%2Fneplang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facrnischal%2Fneplang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facrnischal%2Fneplang/lists"}