{"id":26869630,"url":"https://github.com/deepxx86/deepx-lang","last_synced_at":"2026-02-16T00:05:02.884Z","repository":{"id":255450142,"uuid":"851657584","full_name":"DeepXx86/DeepX-Lang","owner":"DeepXx86","description":"My own programming language","archived":false,"fork":false,"pushed_at":"2025-03-21T11:59:32.000Z","size":5340,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T21:45:36.253Z","etag":null,"topics":["haskell","own-language","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/DeepXx86.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}},"created_at":"2024-09-03T13:47:39.000Z","updated_at":"2025-04-19T13:45:51.000Z","dependencies_parsed_at":"2025-03-21T12:48:00.619Z","dependency_job_id":null,"html_url":"https://github.com/DeepXx86/DeepX-Lang","commit_stats":null,"previous_names":["deepxx86/deepx-lang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeepXx86/DeepX-Lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepXx86%2FDeepX-Lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepXx86%2FDeepX-Lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepXx86%2FDeepX-Lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepXx86%2FDeepX-Lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeepXx86","download_url":"https://codeload.github.com/DeepXx86/DeepX-Lang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepXx86%2FDeepX-Lang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29494274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T00:00:57.352Z","status":"ssl_error","status_checked_at":"2026-02-15T23:56:34.338Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["haskell","own-language","programming-language"],"created_at":"2025-03-31T06:18:01.770Z","updated_at":"2026-02-16T00:05:02.866Z","avatar_url":"https://github.com/DeepXx86.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## DeepX-Lang is the first programming language I created 😳😅 ( Project is not finished. 💀🤫 )\n\n-This programming language is simple, and I don't think it can be used in real projects. 🤓\n\n-inspiration --\u003e (javascript, lua, python, haskell, go-lang, uwupp,z#)\n\n\n# Examples -\u003e\n\n### Print 🤡\n~~~~\nwrite(\"Hello from DeepX\")\n~~~~\n### Wait 🤓\n~~~~\na = 0\nwhile ( a \u003c 100 ){\n    write(\"wait test\")\n    wait(1000) // 1000 = 1 second because it's a microsecond.\n}\n~~~~\n### User_Input 🥱\n~~~~\nfunc Random(){\n    input = getLine(\"Chosse 1-10 : \")\n    if (input == 10){\n        write(\"lucky\")\n    }\n    else {\n        a = 0\n        while ( a \u003c 1000000 ){\n            write(\"LOL\")\n            wait(1)\n        }\n    }\n\n}\n\nRandom()\n~~~~\n### If / Else 😳\n~~~~\nfunc If_Else(){\n    write(\"Give me a-z\")\n    Skibidi = getLine(\"( a - z only ): \")\n    if ( Skibidi == \"z\" ){\n        write(\"Correct\")\n    }\n    else {\n        write(\"nah it\", \"z\")\n    }\n}\n\nIf_Else()\n~~~~\n\n## Creating Your Own Programming Language Using My Source Code\n- Install Stack \u0026 Haskell [Install Stack \u0026 Haskell](https://www.haskell.org/downloads/)\n- Create a new project --\u003e stack new DeepX \u0026\u0026 cd DeepX\n- Update stack.yaml --\u003e resolver: lts-18.28\n- Delete the app folder \u0026 Create a new Main.hs file in the src directory\nTree :\n~~~~\nDeepx/\n├── src/\n│   ├── AST.hs\n│   ├── Lexer.hs\n│   ├── Parser.hs\n│   ├── Evaluator.hs\n│   └── Main.hs\n├── package.yaml\n└── stack.yaml\n~~~~\n![Screenshot 2024-09-25 180550](https://github.com/user-attachments/assets/74e91a32-cdcd-4f84-96ef-852d98b7b2b6)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepxx86%2Fdeepx-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepxx86%2Fdeepx-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepxx86%2Fdeepx-lang/lists"}