{"id":25287849,"url":"https://github.com/andrey-moura/andy-lang","last_synced_at":"2025-07-18T23:07:56.246Z","repository":{"id":258766960,"uuid":"875065101","full_name":"andrey-moura/andy-lang","owner":"andrey-moura","description":"The Andy is an interpreted object-oriented multi-purpose programming language","archived":false,"fork":false,"pushed_at":"2025-07-15T04:04:31.000Z","size":7100,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T09:54:32.354Z","etag":null,"topics":["brasil","brazil","compiler","interpreter","lexer","programming-language"],"latest_commit_sha":null,"homepage":"https://andy-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}},"created_at":"2024-10-19T02:40:12.000Z","updated_at":"2025-07-15T04:04:32.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/andy-lang","commit_stats":null,"previous_names":["andrey-moura/uva-lang","andrey-moura/andy-lang"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/andrey-moura/andy-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Fandy-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Fandy-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Fandy-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Fandy-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrey-moura","download_url":"https://codeload.github.com/andrey-moura/andy-lang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-moura%2Fandy-lang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265849011,"owners_count":23838195,"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":["brasil","brazil","compiler","interpreter","lexer","programming-language"],"created_at":"2025-02-12T22:52:02.460Z","updated_at":"2025-07-18T23:07:56.236Z","avatar_url":"https://github.com/andrey-moura.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"resources/andy.svg\" alt=\"Alt Text\" style=\"width:200px; height:200px;\"\u003e\n\u003c/p\u003e\n\n# The Andy programming language\n\nAndy is an 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    andy examples/minimal.andy\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/andy-lang/actions/workflows/build-ubuntu-22.04.yml/badge.svg?cache-control=no-cache)](https://github.com/andrey-moura/andy-lang/actions/workflows/build-ubuntu-22.04.yml)\nUbuntu 24.04 | [![Ubuntu 24.04](https://github.com/andrey-moura/andy-lang/actions/workflows/build-ubuntu-24.04.yml/badge.svg?cache-control=no-cache)](https://github.com/andrey-moura/andy-lang/actions/workflows/build-ubuntu-24.04.yml)\nWindows Server 2022 | [![Windows Server 2022](https://github.com/andrey-moura/andy-lang/actions/workflows/build-windows-2022.yml/badge.svg?cache-control=no-cache)](https://github.com/andrey-moura/andy-lang/actions/workflows/build-windows-2022.yml)\nWebAssembly | [![WebAssembly](https://github.com/andrey-moura/andy-lang/actions/workflows/build-wasm.yml/badge.svg?cache-control=no-cache)](https://github.com/andrey-moura/andy-lang/actions/workflows/build-wasm.yml)\n\n## Install\n\n### Installation from andy-lang.org\n#### Under Linux\n```sh\n    wget --content-disposition andy-lang.org/releases/andy-lang/latest\n    sudo dpkg -i andy-lang-x.x.x.deb\n```\n#### Under Windows\n\nDownload https://andy-lang.org/releases/andy-lang-installer/latest and run it.\n\n### Install VSCode extension\nDownload the VSIX file from the https://andy-lang.org/releases/andy-lang-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/andy-lang --recursive\n    cd andy-lang\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\n\n### Install SDL\n\n#### Install Dependencies needed on Linux (use the package manager of your distribution)\n\n```sh\n    sudo apt install libx11-dev libxext-dev libwayland-dev libxrandr-dev libxi-dev libxinerama-dev libxcursor-dev libxfixes-dev\n```\n\n#### Building SDL\n\n```sh\n    git clone https://github.com/libsdl-org/SDL.git\n    cd SDL/\n    git checkout release-3.2.x\n    cmake -DSDL_STATIC=ON -DSDL_SHARED=OFF -DCMAKE_BUILD_TYPE=Release -DSDL_AUDIO=OFF -DSDL_VIDEO=ON -DSDL_GPU=ON -DSDL_RENDER=ON -DSDL_CAMERA=OFF -DSDL_JOYSTICK=OFF -DSDL_HAPTIC=OFF -DSDL_HIDAPI=ON -DSDL_POWER=OFF -DSDL_SENSOR=OFF -DSDL_SENSOR=OFF -DSDL_DIALOG=OFF -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\nNow follow the instructions in the [Building](#Building) section to build andy-lang. The Andy will automatically detect the SDL library and enable the UI.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey-moura%2Fandy-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrey-moura%2Fandy-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey-moura%2Fandy-lang/lists"}