{"id":16530662,"url":"https://github.com/zeankundev/loytik","last_synced_at":"2026-05-30T21:31:42.169Z","repository":{"id":43052436,"uuid":"502936712","full_name":"zeankundev/loytik","owner":"zeankundev","description":"Simple programming language made in c++. Compiler only code and docs","archived":false,"fork":false,"pushed_at":"2022-10-28T22:52:09.000Z","size":1893,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T09:15:28.567Z","etag":null,"topics":["cpp","interpreter","language","object-oriented","programming-language","simplelanguage"],"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/zeankundev.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}},"created_at":"2022-06-13T11:58:31.000Z","updated_at":"2022-06-14T13:06:22.000Z","dependencies_parsed_at":"2023-01-20T05:03:41.726Z","dependency_job_id":null,"html_url":"https://github.com/zeankundev/loytik","commit_stats":null,"previous_names":["serialdesignatorn/loytik","zeankundev/loytik"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zeankundev/loytik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeankundev%2Floytik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeankundev%2Floytik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeankundev%2Floytik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeankundev%2Floytik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeankundev","download_url":"https://codeload.github.com/zeankundev/loytik/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeankundev%2Floytik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27366326,"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","status":"online","status_checked_at":"2025-11-29T02:00:06.589Z","response_time":56,"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":["cpp","interpreter","language","object-oriented","programming-language","simplelanguage"],"created_at":"2024-10-11T18:06:50.346Z","updated_at":"2025-11-29T22:03:13.859Z","avatar_url":"https://github.com/zeankundev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# loytik\na small programming language made to entertain myself and being egotistical for me lol\n\n## tutorial how2 compile it urself\nu need these following in ur pc\n\n- cmake\n- either ninja or make\n- gcc or msvc (gcc is recommended)\n- a good and familiar knowledge of the terminal or cmd\n  \n### steps\n1. git clone this repo\n2. cd to the cloned repo\n```\ncd loytik\n```\n3. create a folder called build and cd to it\n```\nmkdir build \u0026\u0026 cd build\n```\n4. compile with cmake from the build directory\n```\ncmake ..\n```\nfor those of u who are lazy ppls and want to compile with ninja, pass over the `-GNinja` flag\n\n5. either with ninja or make, just type the command to start compilation\n```\nninja\n```\n\n6. check the demo program on `source/app.lytk` for a demo. to execute it, simply run\n```\n./loyitik ../source/app.lytk\n```\n7. enjoy\n\n**note:** to add loyitik to path on linux, simply cp the release or self-compiled to `/usr/bin` or `/usr/local/bin`\n\n## build instructions for windows\n\nto get install on windows, prepare the following:\n- either cmd or powershell\n- visual studio 2019 community\n- \u003e at the installation, check only **Desktop development with C++ (includes nmake)**\n- cmake. [download it here.](https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-x86_64.msi)\n- git (bash or cmd)\n\n### steps\n1. git clone this repo and cd to it.\n```\ngit clone https://github.com/zeankundev/loytik \u0026\u0026 cd loytik\\\n```\n2. make a new folder called **build** and cd to it\n```\nmkdir build \u0026\u0026 cd loytik\n```\n3. run cmake either from cmd or powershell\n```\ncmake ..\n```\n4. run nmake (make is for unix systems, nmake is for windows systems)\n```\nnmake\n```\n5. then, have fun! to start launching a demo program, open loytik interpreter from cmd or powershell\n```\nloytik.exe ../source/app.lytk\n```\n\n# more features coming soon :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeankundev%2Floytik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeankundev%2Floytik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeankundev%2Floytik/lists"}