{"id":14990772,"url":"https://github.com/lilbludev/terra","last_synced_at":"2026-01-24T19:54:39.089Z","repository":{"id":240289338,"uuid":"795922970","full_name":"lilBluDev/Terra","owner":"lilBluDev","description":"Terra is made to be a drop-in easy to use and fast interpreted programming language.","archived":false,"fork":false,"pushed_at":"2024-08-25T13:00:11.000Z","size":2739,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:01:42.377Z","etag":null,"topics":["custom-programming-language","interpreted-programming-language","programming-language","terra","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lilBluDev.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":"2024-05-04T12:05:14.000Z","updated_at":"2024-08-27T07:41:44.000Z","dependencies_parsed_at":"2024-05-17T20:26:57.085Z","dependency_job_id":"883dda90-41b9-4527-a797-a013de5e8803","html_url":"https://github.com/lilBluDev/Terra","commit_stats":null,"previous_names":["lilbludev/terra"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilBluDev%2FTerra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilBluDev%2FTerra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilBluDev%2FTerra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilBluDev%2FTerra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lilBluDev","download_url":"https://codeload.github.com/lilBluDev/Terra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248511083,"owners_count":21116349,"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":["custom-programming-language","interpreted-programming-language","programming-language","terra","ziglang"],"created_at":"2024-09-24T14:20:48.579Z","updated_at":"2026-01-24T19:54:39.084Z","avatar_url":"https://github.com/lilBluDev.png","language":"Zig","readme":"# Terra \n\nTerra is made to be a drop-in easy to use and fast interpreted programming language.\n\n## Installation\n\n\u003e ⚠ NOTE \u003cBr\u003e\n\u003e TERRA HAS ONLY BEEN TESTED IN WINDOWS \u003cBr\u003e\n\u003e REQUIRED ZIG VERSION: 0.13.0^\n\n```bash\ngit clone https://github.com/lilBluDev/Terra\ncd Terra\nzig build run src/main --\n```\n\nor you can use the pre-built exe!\n\n## Cli Usage\n\n`terra` - pull up a console enviroment\n\n`terra help` / `terra [command] -h` - pull up the main help menu or info about a command.\n\n`terra run \u003cfile\u003e` - to run and parse a file\n\n### Run Flags\n\n`--debug-ast` - prints the AST tree to visualize how it generated the AST.\n\n`--debug-token` - prints the tokens list (no visualizer).\n\n## Simplefied Planned Syntax\n\nsee more within the `docs` folder for syntax and other documentation!\n\n```text\n// Comments are ignored by the tokenizer\n\n// imports\nimport \"std\";\nimport \"std:println\";\nimport (\n    \"./foo/bar/test.tr\", // import all visible exports from that file\n    \"./foo/bar/\" // looks for \"main.tr\" file within that directory \n);\n\n// Process entry\npub fn main(args: []str) !void {\n    println(\"Hello World!\")\n}\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilbludev%2Fterra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilbludev%2Fterra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilbludev%2Fterra/lists"}