{"id":13575841,"url":"https://github.com/luapp-org/luapp","last_synced_at":"2025-04-04T23:30:53.531Z","repository":{"id":45668189,"uuid":"451629385","full_name":"luapp-org/luapp","owner":"luapp-org","description":"The Lua++ programming language. A simple type based programming language that inherited its syntax from Lua.","archived":false,"fork":false,"pushed_at":"2023-06-22T21:10:23.000Z","size":3224,"stargazers_count":53,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-05T11:44:27.908Z","etag":null,"topics":["c","compiler","language","lua","programming-language"],"latest_commit_sha":null,"homepage":"https://www.luaplusplus.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/luapp-org.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}},"created_at":"2022-01-24T20:53:12.000Z","updated_at":"2024-10-13T07:18:41.000Z","dependencies_parsed_at":"2024-11-05T11:39:31.602Z","dependency_job_id":"5f468f22-c918-4732-9961-76ce29aacc70","html_url":"https://github.com/luapp-org/luapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luapp-org%2Fluapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luapp-org%2Fluapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luapp-org%2Fluapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luapp-org%2Fluapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luapp-org","download_url":"https://codeload.github.com/luapp-org/luapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266474,"owners_count":20910831,"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":["c","compiler","language","lua","programming-language"],"created_at":"2024-08-01T15:01:04.679Z","updated_at":"2025-04-04T23:30:49.972Z","avatar_url":"https://github.com/luapp-org.png","language":"C","readme":"# Lua++ programming language\nThis is the Lua++ C lang build, currently in development but is soon to be completed. If you are interested in learning more about this project, please visit our website: [luaplusplus.org](https://www.luaplusplus.org). This codebase is not specifically tweaked to a certain compiler, so any C/C++ compiler should be able to build this project easily. Personally, I recommend building it with ```gcc``` although ```clang``` or ```MSVSC``` would also work fine.\n\nDisclamer\n\u003e Lua++ is still under heavy development so when you are testing the programming language keep that in mind. There are a LOT of minor bugs spread around in the codebase so don't expect a production ready application. Otherwise, thank you for showing interest in Lua++.\n\n### How to use\n1. Make sure that you have ``make``, ``flex``, and ``bison`` installed. To install them on a Linux machine run the following commands:\n```\nsudo apt update\nsudo apt install flex\nsudo apt install bison\nsudo apt install make\n```\n2. Enter the main source folder and build the desired project (e.g. ```make interpreter```)\n3. Then run the binary that was produced by this command\n```\n./bin/luapp\n...\n```\n\n### Compiler\n\u003e Note: compiler development moved to [lorraine](https://github.com/luapp-org/lorraine).\n\nThe current complier is very user friendly. It consists of four stages: ``lexer``, ``parser``, ``ir``, and ``codegen``. These are all toggable via the ``-s`` command line argument. This gives you the ability to inspect each stage of the compiler in detail. The usage for the compiler binary is provided below:\n```\nluappc -s [lexer|parser|type|symbol|ir|codgen] -o [outputfile] [inputfile]\n\n -s : indicates the name of the stage to stop after.\n      Defaults to the last stage.\n -o : name of the output file. Defaults to \"output.s\"\n\nYou should pass the name of the file to compile.\n```\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluapp-org%2Fluapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluapp-org%2Fluapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluapp-org%2Fluapp/lists"}