{"id":29721303,"url":"https://github.com/rcosta358/scripting-language","last_synced_at":"2025-10-09T15:14:30.496Z","repository":{"id":81968169,"uuid":"592545950","full_name":"rcosta358/Scripting-Language","owner":"rcosta358","description":"Attempt of a custom scripting language using Python","archived":false,"fork":false,"pushed_at":"2023-02-10T14:36:13.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T17:13:59.684Z","etag":null,"topics":["interpreter","programming-language","python","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rcosta358.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":"2023-01-24T00:29:38.000Z","updated_at":"2023-01-26T11:10:42.000Z","dependencies_parsed_at":"2023-03-30T04:21:39.389Z","dependency_job_id":null,"html_url":"https://github.com/rcosta358/Scripting-Language","commit_stats":null,"previous_names":["rcosta358/scripting-language","r1c4rdco5t4/scripting-language"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcosta358/Scripting-Language","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2FScripting-Language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2FScripting-Language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2FScripting-Language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2FScripting-Language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcosta358","download_url":"https://codeload.github.com/rcosta358/Scripting-Language/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2FScripting-Language/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001643,"owners_count":26083146,"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-10-09T02:00:07.460Z","response_time":59,"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":["interpreter","programming-language","python","scripting-language"],"created_at":"2025-07-24T14:40:11.187Z","updated_at":"2025-10-09T15:14:30.464Z","avatar_url":"https://github.com/rcosta358.png","language":"Python","readme":"# Scripting Language ![Python](https://skillicons.dev/icons?i=python)\nCustom scripting language using Python (in development)\n\n### How to run the interpreter\n```\ncd src \u0026\u0026 python main.py \u003cfile\u003e\n```\n\n### Features\n- [x] set x = 1\n- [x] let y\n- [x] const z = 1\n- [x] x = 1\n- [x] print\n- [x] math operations and str concatenation\n- [x] for loop\n- [x] comments (# single-line and ### multi-line)\n- [x] functions\n- [x] ternary operator\n- [x] str, int, bool and none types\n- [x] log function for debugging\n- [x] shell mode\n- [ ] string formatting\n- [ ] while\n- [ ] loop 10\n- [ ] if-else\n- [ ] lists\n- [ ] list and str slicing\n- [ ] built-in functions (len, sum, enum, max, ...)\n- [ ] maps\n- [ ] lambda functions\n- [ ] list comprehensions\n- [ ] classes\n- [ ] ...\n\n\n### Example Code\n```\nfn my_function[str, n]\n    print str, n\n\nconst start = 0\nconst end = start + 10\nlet x\n\nset step_str = 'two'\nx = step_str == 'one' ? 1 : 2\n\nlog x\n\nfor i from start to end step x\n    my_function 'number:', i\n```\n\n### Output\n```\nx = 2 (int)\nnumber: 0\nnumber: 2\nnumber: 4\nnumber: 6\nnumber: 8\nnumber: 10\n```\n\n### Run Tests\n```\ncd tests \u0026\u0026 python -m unittest discover\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcosta358%2Fscripting-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcosta358%2Fscripting-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcosta358%2Fscripting-language/lists"}