{"id":22750869,"url":"https://github.com/elijah-potter/thrax-language","last_synced_at":"2025-04-14T13:00:25.064Z","repository":{"id":200838649,"uuid":"569839681","full_name":"elijah-potter/thrax-language","owner":"elijah-potter","description":"A toy programming language I wrote in late 2022 ","archived":false,"fork":false,"pushed_at":"2024-04-03T20:42:20.000Z","size":776,"stargazers_count":24,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T02:05:24.733Z","etag":null,"topics":["embedded","programming-language","side-project","wasm"],"latest_commit_sha":null,"homepage":"https://thrax.elijahpotter.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elijah-potter.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}},"created_at":"2022-11-23T18:25:02.000Z","updated_at":"2024-12-16T20:06:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"5dfc1ff6-c1c6-4328-94fa-51818dfa4fd6","html_url":"https://github.com/elijah-potter/thrax-language","commit_stats":null,"previous_names":["chilipepperhott/thrax-language","elijah-potter/thrax-language"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elijah-potter%2Fthrax-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elijah-potter%2Fthrax-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elijah-potter%2Fthrax-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elijah-potter%2Fthrax-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elijah-potter","download_url":"https://codeload.github.com/elijah-potter/thrax-language/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886296,"owners_count":21177643,"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":["embedded","programming-language","side-project","wasm"],"created_at":"2024-12-11T04:18:37.727Z","updated_at":"2025-04-14T13:00:24.948Z","avatar_url":"https://github.com/elijah-potter.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"header\" align=\"center\"\u003e\n    \u003cimg src=\"/packages/demo/public/logo.svg\" width=\"80%\" /\u003e\n    \u003ch1\u003eThe Thrax Programming Language\u003c/h1\u003e\n\u003c/div\u003e\n\n## What is it?\n\nThrax is a little toy programming language I threw together in my free time near the end of 2022.\nMy primary motivation was to learn more of the fine-point details of how dynamically-typed interpreted languages worked (JavaScript, Python and Ruby).\nIn the future, I intend of doing a full write-up of the process and what it taught me on the way.\n\nI was also working on a [project](https://hdiharmony.web.app/) at [work](https://archytasinc.com/) that involved low-level parsing and interpretation of JavaScript code.\nWhile we were using SWC for the actual parsing, writing my own parser gave me a much better understanding of how everything fit together.\n\n## [Live Sandbox](https://thrax.elijahpotter.dev)\n\nYou don't have to download or install anything to start using Thrax.\nPlay around with the language and experiment with a few demo scripts at the [interactive sandbox](https://thrax.elijahpotter.dev).\n\n## Should You Use It?\n\nWhile it should be trivial to add Thrax to your Rust project, I do not recommend doing so for anything important.\nAt the moment, I do not have the time to maintain or otherwise continue working on Thrax.\n\n## Local Development\n\nWant to explore Thrax on your own machine?\n\nAs long as you have Node.js, Rust, and Yarn, you can run and build everything using:\n\n```bash\n./build.sh --release # or --debug\n```\n\nOr, to run all unit tests:\n\n```bash\n./test.sh\n```\n\n## What's in a Name?\n\nIn Ancient Greece, \"Thrax\" usually meant \"from Thrace.\"\nIn this case, however, the name is a reference to one of the earliest grammarians, [Dionysis Thrax](https://en.wikipedia.org/wiki/Dionysius_Thrax).\nJust like how Dionysis Thrax had no formal education on grammar, and thus had to discover everything himself, I found myself discovering different aspects of recursive descent parsers and dynamic interpreters on my own.\nThus the name, \"Thrax\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felijah-potter%2Fthrax-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felijah-potter%2Fthrax-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felijah-potter%2Fthrax-language/lists"}