{"id":18732526,"url":"https://github.com/gsscoder/c64basic","last_synced_at":"2025-11-13T11:30:14.866Z","repository":{"id":34402799,"uuid":"38331126","full_name":"gsscoder/c64basic","owner":"gsscoder","description":"Hacking on http://fssnip.net/le to turn it into Commodore64 Basic","archived":false,"fork":false,"pushed_at":"2015-07-10T16:49:23.000Z","size":1228,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T15:34:15.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","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/gsscoder.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}},"created_at":"2015-06-30T20:21:26.000Z","updated_at":"2020-06-01T06:21:15.000Z","dependencies_parsed_at":"2022-09-04T09:01:32.522Z","dependency_job_id":null,"html_url":"https://github.com/gsscoder/c64basic","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/gsscoder%2Fc64basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fc64basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fc64basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsscoder%2Fc64basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsscoder","download_url":"https://codeload.github.com/gsscoder/c64basic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239605123,"owners_count":19666998,"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":[],"created_at":"2024-11-07T15:06:32.366Z","updated_at":"2025-11-13T11:30:14.814Z","avatar_url":"https://github.com/gsscoder.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n  _____                         __               ____ ____\n / ___/__  __ _  __ _  ___  ___/ /__  _______   / __// / /\n/ /__/ _ \\/  ' \\/  ' \\/ _ \\/ _  / _ \\/ __/ -_) / _ \\/_  _/\n\\___/\\___/_/_/_/_/_/_/\\___/\\_,_/\\___/_/  \\__/  \\___/ /_/  \n```\n\n# c64basic\nHacking on http://fssnip.net/le by Phillip Trelford to turn it into Commodore64 Basic.\n\nThis is for personal fun... Anyway anyone is invited to participate, just stay close to **C64 Basic** specification.\n\n## Work in progress\nThis is a work in progress, based on this [wiki](https://www.c64-wiki.com/index.php/C64-Commands). TODO list is [here](https://github.com/gsscoder/c64basic/blob/master/TODO).\n\n```fsharp\n#r @\"./src/C64Basic/bin/Debug/C64Basic.dll\"\n\nopen Interpreter\n\nlet c64basic = \"\"\"\n5 GOTO 15\n10 PRINT \"SKIPPED\"\n15 IF 1 \u003e 2 THEN 20\n20 FOR A = 1 TO 20\n25 LET B = A + 1\n30 PRINT B\n40 NEXT\n\"\"\"\n\nexecute c64basic\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fc64basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsscoder%2Fc64basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsscoder%2Fc64basic/lists"}