{"id":21049698,"url":"https://github.com/namberino/vilang","last_synced_at":"2026-02-03T19:31:35.047Z","repository":{"id":248796490,"uuid":"829802082","full_name":"namberino/vilang","owner":"namberino","description":"The Vietnamese Programming Language","archived":false,"fork":false,"pushed_at":"2024-10-24T07:29:51.000Z","size":330,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T00:04:52.391Z","etag":null,"topics":["cpp","interpreter","programming-language","vietnamese"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/namberino.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,"zenodo":null}},"created_at":"2024-07-17T03:19:06.000Z","updated_at":"2024-10-24T07:29:55.000Z","dependencies_parsed_at":"2024-07-26T04:29:28.760Z","dependency_job_id":"926626c0-8675-4f82-a227-4b1be3a1b993","html_url":"https://github.com/namberino/vilang","commit_stats":null,"previous_names":["namberino/namlang","namberino/vilang"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/namberino/vilang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namberino%2Fvilang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namberino%2Fvilang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namberino%2Fvilang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namberino%2Fvilang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/namberino","download_url":"https://codeload.github.com/namberino/vilang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namberino%2Fvilang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29054670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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":["cpp","interpreter","programming-language","vietnamese"],"created_at":"2024-11-19T15:14:11.758Z","updated_at":"2026-02-03T19:31:35.026Z","avatar_url":"https://github.com/namberino.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vilang: The Vietnamese Programming Language\n\nThis is a programming language with support for Vietnamese syntaxes.\n\n## Syntax\n\n```vilang\nlớp Tree\n{\n    tạo(vật, độ_sâu)\n    {\n        đây.vật = vật;\n        đây.độ_sâu = độ_sâu;\n\n        nếu (độ_sâu \u003e 0)\n        {\n            biến vật2 = vật + vật;\n            độ_sâu = độ_sâu - 1;\n            đây.trái = Tree(vật2 - 1, độ_sâu);\n            đây.phải = Tree(vật2, độ_sâu);\n        }\n        thì\n        {\n            đây.trái = không;\n            đây.phải = không;\n        }\n    }\n\n    check()\n    {\n        nếu (đây.trái == trống)\n        {\n            trả đây.vật;\n        }\n\n        trả đây.vật + đây.trái.check() - đây.phải.check();\n    }\n}\n```\n\n## Building and running\n\nYou can build this by running `make compile` and run this by running `./bin/vilang \u003cfilename\u003e.vila`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamberino%2Fvilang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamberino%2Fvilang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamberino%2Fvilang/lists"}