{"id":13780545,"url":"https://github.com/accreator/VSCI","last_synced_at":"2025-05-11T13:32:30.187Z","repository":{"id":26285278,"uuid":"29732870","full_name":"accreator/VSCI","owner":"accreator","description":"Very Simple C Interpreter","archived":false,"fork":false,"pushed_at":"2015-01-30T09:25:12.000Z","size":260,"stargazers_count":19,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-03T18:15:12.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.aiexp.info","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/accreator.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":"2015-01-23T13:07:28.000Z","updated_at":"2024-05-28T22:51:09.000Z","dependencies_parsed_at":"2022-08-26T21:19:56.916Z","dependency_job_id":null,"html_url":"https://github.com/accreator/VSCI","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/accreator%2FVSCI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accreator%2FVSCI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accreator%2FVSCI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accreator%2FVSCI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/accreator","download_url":"https://codeload.github.com/accreator/VSCI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225056839,"owners_count":17414220,"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-08-03T18:01:17.069Z","updated_at":"2024-11-17T15:31:19.388Z","avatar_url":"https://github.com/accreator.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# VSCI\r\nVery Simple C Interpreter (VSCI) is an interpreter for simplified C. VSCI is designed to achieve easier and more flexible software configuration. \r\n\r\nCurrently, VSCI supports the following features:\r\n\r\n* if else while break continue return\r\n* float int void\r\n* / + - % \u0026 ^ ~ | \u003c\u003c \u003e\u003e ,\r\n* \u003e \u003c \u003e= \u003c= == != \u0026\u0026 || !\r\n* = ( ) , ; { } [ ] \r\n* *(only 1-dim array is supported; VLA is supported)*\r\n\r\nTry the following:\r\n\r\n    #For Windows\r\n    gcc vsci.c -o vsci.exe\r\n    vsci test/test8.c\r\n\r\n    #For Linux/Mac/BSD\r\n    gcc vsci.c -o vsci\r\n    ./vsci test/test8.c\r\n\r\nIt will output the square root of 2\r\n\r\nKai Sun","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccreator%2FVSCI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccreator%2FVSCI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccreator%2FVSCI/lists"}