{"id":26178470,"url":"https://github.com/houshmand-2005/vohulang","last_synced_at":"2026-05-27T21:31:20.944Z","repository":{"id":176713886,"uuid":"659290165","full_name":"houshmand-2005/vohulang","owner":"houshmand-2005","description":"Vohulang A Programming Language Based On Rust Language","archived":false,"fork":false,"pushed_at":"2023-08-13T08:04:18.000Z","size":2532,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"houshmand","last_synced_at":"2025-12-13T04:38:55.927Z","etag":null,"topics":["language","parser","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/houshmand-2005.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":"2023-06-27T14:13:58.000Z","updated_at":"2023-06-28T17:31:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"49ba7e3e-a348-496e-b6ee-e0c661795626","html_url":"https://github.com/houshmand-2005/vohulang","commit_stats":null,"previous_names":["houshmand-2005/vohulang"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/houshmand-2005/vohulang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houshmand-2005%2Fvohulang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houshmand-2005%2Fvohulang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houshmand-2005%2Fvohulang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houshmand-2005%2Fvohulang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/houshmand-2005","download_url":"https://codeload.github.com/houshmand-2005/vohulang/tar.gz/refs/heads/houshmand","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houshmand-2005%2Fvohulang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["language","parser","rust"],"created_at":"2025-03-11T21:28:45.657Z","updated_at":"2026-05-27T21:31:20.938Z","avatar_url":"https://github.com/houshmand-2005.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/houshmand-2005/vohulang\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      \u003cimg width=\"160\" height=\"160\" src=\"pictures/vohulang.jpg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"/\u003eVohulang\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA programming language based on \u003ca href=\"https://github.com/rust-lang/rust\"\u003eRust\u003c/a\u003e language\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/houshmand-2005/vohulang\" target=\"_blank\"\u003e\n    \u003cimg src=\"pictures/vohulang_poster.png\" alt=\"vohulang_poster\" width=\"600\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Overview](#overview)\n  - [Why using Vohulang?](#why-using-vohulang)\n    - [Features](#features)\n- [How to run?](#how-to-run)\n- [Samples](#samples)\n- [Commands](#commands)\n- [Compile guide](#compile-guide)\n\n# Overview\n\nThis is a programming language based on the Rust language, in fact, it reads the program commands line by line and executes them on the Rust\n\n## Why using Vohulang?\n\nVohulang is an interpreter language, but not a complete programming language, I made this project to learn the Rust language\n\n### Features\n\n- Support **String** type\n- Support **Integer** type\n- Support **For loops**\n- Support **Mathematical operations** such as addition, subtraction, multiplication and division\n- Support **Print values**\n- Support **Input data from users**\n- **And more soon**\n  \u003cbr\u003e\n\n# How to run?\n\nFirst, download the executable file of the program from here : [vohulang for Linux](https://github.com/houshmand-2005/vohulang/releases/download/v0.1.1/vohulang)\n| [vohulang for Windows](https://github.com/houshmand-2005/vohulang/releases/download/v0.1.1/vohulang.exe)\n\n```bash\n➜ ./vohulang\nVohulang (V0.1.1)\n\u003e\u003e\u003e [S! hello] \u003e (\"Hello World\")\n\u003e\u003e\u003e [PS! hello]\nHello World\n\u003e\u003e\u003e\n```\n\nOr run from files, like this sample test [square_area.vo](samples/square_area.vo):\n\n```bash\n➜ ./vohulang samples/square_area.vo\n-----Square Area-----\nEnter the length of one side :\n20\nThe area is equal to :\n400\n------- done --------\n```\n\n# Samples\n\nsample programs:\u003cbr\u003e\n\n- Program to get square area [square_area](samples/square_area.vo)\u003cbr\u003e\n- Test program for all language operations [all_commands](samples/all_commands.vo)\n\n# Commands\n\n`[START]`\n\n```bash\n[START]\n```\n\n**This means that you start the program**\u003cbr\u003e\n\n`[S! ...] \u003e (\"...\")`\n\n```bash\n[S! name] \u003e (\"Houshmand\")\n```\n\n**You can insert string values like this** \u003cbr\u003e\nN! means the content is Integer\n\n`[N! ...] \u003e (...)`\n\n```bash\n[N! number1] \u003e (5)\n```\n\n**You can insert number in values like this** \u003cbr\u003e\nS! means the content is string\n\n`[PS! ...]`\n\n```bash\n[PS! number1]\n\noutput:\n5\n```\n\n**You can show the variable with PS!**\u003cbr\u003e\nPS! means print data into string\n\n`[INP! ...] \u003e (S! ...)`\n\n```bash\n[INP! name1] \u003e (S! enter you name : )\noutput:\nenter you name :\n\n```\n\n**You can get the string values from user with INP!**\u003cbr\u003e\ndata will be stored in name1 variable [INP! **name1**]\n\n`[FOR! ...] \u003e (PS! ...)`\n\n```bash\n[S! split] \u003e (\"Hi im just a simple loop\")\n[FOR! 2] \u003e (PS! split)\noutput:\n'Hi im just a simple loop'\n'Hi im just a simple loop'\n```\n\n**You can make loops with FOR!**\u003cbr\u003e\nThis loop will continue to the number you announce here [FOR! **2**]\u003cbr\u003e\nAnd the operation you declare here will be done (**PS!** split)\n\n`[+! ...] \u003e (... + ...)`\n\n`[-! ...] \u003e (... - ...)`\n\n`[*! ...] \u003e (... * ...)`\n\n`[/! ...] \u003e (... / ...)`\n\n```bash\n[+! result] \u003e (number1 + 150 + 1)\n[PS! result]\noutput:\n156\n\n[-! result1] \u003e (12 - 1)\n[PS! result]\noutput:\n11\n\n[*! mul] \u003e (3 * number1)\n[PS! mul]\noutput:\n15\n\n[/! newnumber] \u003e (20 / 2)\n[PS! newnumber]\noutput:\n10\n```\n\n**Mathematical operations of addition, subtraction, multiplication, division**\u003cbr\u003e\nSpecify the operation : [**+!** result]\u003cbr\u003e\nSpecify the name of the output variable of the operation : [+! **result**]\u003cbr\u003e\nSpecify variables or numbers to perform the operation : [+! result] \u003e (**number1 + 2 + 10**)\n\u003cbr\u003e\n\n`[END]`\n\n```bash\n[END]\n```\n\n**This means that you end the program**\u003cbr\u003e\n\n\u003cbr\u003e\n\n# Compile guide\n\nAt first you need install Rust and Cargo\nyou can do it by this tutorial \u003ca href=\"https://www.rust-lang.org/tools/install\"\u003eInstall Rust\u003c/a\u003e\nthen you can build and compile this project (in release mode ) :\n\n```bash\ncargo build --release\n```\n\n## Changes\n\n- **version 0.1.1 :** interpreter mode add to the program\n\u003chr\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"pictures/vohulang.gif\" width=\"710\" height=\"380\"/\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoushmand-2005%2Fvohulang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoushmand-2005%2Fvohulang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoushmand-2005%2Fvohulang/lists"}