{"id":50114967,"url":"https://github.com/andrey-moura/lavi","last_synced_at":"2026-06-04T00:00:30.102Z","repository":{"id":258766960,"uuid":"875065101","full_name":"andrey-moura/lavi","owner":"andrey-moura","description":"The Lavi is an interpreted object-oriented multi-purpose programming language","archived":false,"fork":false,"pushed_at":"2026-05-23T13:28:12.000Z","size":7474,"stargazers_count":18,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-23T14:27:40.697Z","etag":null,"topics":["brasil","brazil","compiler","interpreter","lexer","programming-language"],"latest_commit_sha":null,"homepage":"https://lavi-lang.org","language":"C++","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/andrey-moura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-10-19T02:40:12.000Z","updated_at":"2026-05-23T13:09:50.000Z","dependencies_parsed_at":"2025-01-09T02:19:09.414Z","dependency_job_id":"c680ac35-4fa6-4d78-966f-f36ba2848fd5","html_url":"https://github.com/andrey-moura/lavi","commit_stats":null,"previous_names":["andrey-moura/uva-lang","andrey-moura/andy-lang","andrey-moura/lavi"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/andrey-moura/lavi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Flavi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Flavi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Flavi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Flavi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrey-moura","download_url":"https://codeload.github.com/andrey-moura/lavi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Flavi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33884734,"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-06-03T02:00:06.370Z","response_time":59,"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":["brasil","brazil","compiler","interpreter","lexer","programming-language"],"created_at":"2026-05-23T14:01:28.575Z","updated_at":"2026-06-04T00:00:30.048Z","avatar_url":"https://github.com/andrey-moura.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"resources/lavi.svg\" alt=\"Alt Text\" style=\"width:200px; height:200px;\"\u003e\n\u003c/p\u003e\n\n# Lavi programming language\n\nAn interpreted object-oriented multi-purpose programming language\n\n## Table of Contents\n* [Examples](#Examples)\n* [Availability](#Availability)\n* [Install](#Install)\n* [Install VSCode extension](#Install-VSCode-extension)\n* [Building](#Building)\n* [Building with UI enabled](#Building-with-UI-enabled)\n* [The Language specification](./SPECIFICATION.md)\n## Examples\n\nIf you want to run examples, try:\n\n```sh\n    lavi examples/minimal.lv\n```\n\nThis file has the content:\n\n\u003cpre style=\"background: #1e1e1e; color: #d4d4d4; padding: 1em; font-family: 'Fira Code', monospace; border-radius: 8px;\"\u003e\n\u003ccode\u003e\n    \u003cspan style=\"color: #DCDCAA;\"\u003eout\u003c/span\u003e \u003cspan style=\"color: #CE9178;\"\u003e'Hello from minimal!'\u003c/span\u003e\n\u003c/code\u003e\n\u003c/pre\u003e\n\nThe result is:\n\n```\n    Hello from minimal!\n```\n\n## Availability\n\nEnvironment | Build\n--- | --- |\nUbuntu 22.04 | [![Ubuntu 22.04](https://github.com/andrey-moura/lavi/actions/workflows/build-ubuntu-22.04.yml/badge.svg?cache-control=no-cache)](https://github.com/andrey-moura/lavi/actions/workflows/build-ubuntu-22.04.yml)\nUbuntu 24.04 | [![Ubuntu 24.04](https://github.com/andrey-moura/lavi/actions/workflows/build-ubuntu-24.04.yml/badge.svg?cache-control=no-cache)](https://github.com/andrey-moura/lavi/actions/workflows/build-ubuntu-24.04.yml)\nWindows Server 2022 | [![Windows Server 2022](https://github.com/andrey-moura/lavi/actions/workflows/build-windows-2022.yml/badge.svg?cache-control=no-cache)](https://github.com/andrey-moura/lavi/actions/workflows/build-windows-2022.yml)\nWebAssembly | [![WebAssembly](https://github.com/andrey-moura/lavi/actions/workflows/build-wasm.yml/badge.svg?cache-control=no-cache)](https://github.com/andrey-moura/lavi/actions/workflows/build-wasm.yml)\n\n## Install\n\n### Installation from lavi.org\n#### Under Linux\n```sh\n    wget --content-disposition lavi.org/releases/lavi/latest\n    sudo dpkg -i lavi-x.x.x.deb\n```\n#### Under Windows\n\nDownload https://lavi.org/releases/lavi-installer/latest and run it.\n\n### Install VSCode extension\nDownload the VSIX file from the https://lavi.org/releases/lavi-vscode/latest and follow the instructions available in the [Install from a VSIX](https://code.visualstudio.com/docs/configure/extensions/extension-marketplace#_install-from-a-vsix).\n\n## Building\nOn Linux or Windows Developer Command Prompt\n\n```sh\n    git clone https://github.com/andrey-moura/lavi --recursive\n    cd lavi\n    cmake -DCMAKE_BUILD_TYPE=Release -B build .\n    cmake --build build --config Release --parallel\n```\n\nAfter building, run as sudo on Linux or with an Administrator Command Prompt on Windows\n\n```sh\n    cmake --install build\n```\n\n### Building with UI enabled\n\nThe UI is enabled by default.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey-moura%2Flavi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrey-moura%2Flavi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey-moura%2Flavi/lists"}