{"id":13783074,"url":"https://github.com/StrangePan/I_C_Whitespace","last_synced_at":"2025-05-11T17:30:48.900Z","repository":{"id":28462167,"uuid":"31977924","full_name":"StrangePan/I_C_Whitespace","owner":"StrangePan","description":"An interpreter written in C for the esoteric programming language Whitespace","archived":false,"fork":false,"pushed_at":"2015-03-10T20:15:45.000Z","size":164,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-17T18:32:24.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StrangePan.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-03-10T19:41:31.000Z","updated_at":"2016-10-06T11:42:27.000Z","dependencies_parsed_at":"2022-09-03T01:51:01.531Z","dependency_job_id":null,"html_url":"https://github.com/StrangePan/I_C_Whitespace","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrangePan%2FI_C_Whitespace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrangePan%2FI_C_Whitespace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrangePan%2FI_C_Whitespace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrangePan%2FI_C_Whitespace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StrangePan","download_url":"https://codeload.github.com/StrangePan/I_C_Whitespace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253604447,"owners_count":21934861,"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:52.433Z","updated_at":"2025-05-11T17:30:48.630Z","avatar_url":"https://github.com/StrangePan.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# I C Whitespace\nA C-based interpreter for the esoteric programming language Whitspace. Can be\ncompiled and run on Windows, Mac, and Linux, then used to interpret and run\nprograms written in Whitespace.\n\n## Installation\nI C Whitespace requires that GCC be installed on the system before compiling.\n\n- [Installing GCC on Windows](http://sourceforge.net/projects/mingw/files/latest/download?source=files)\n- [Installing GCC on Mac](https://wiki.helsinki.fi/display/HUGG/Installing+the+GNU+compilers+on+Mac+OS+X)\n\nOnce GCC is installed on your system and the latest version of this repo\ndownloaded, unzip the repo and open the resulting folder using the terminal\nor command prompt. Type `make` and your computer do the rest.\n\nIf nothing happens except a couple lines appear in the window, awesome. You\nshould be able to see a new file called `whitespace` in your directory, or\n`whitespace.exe` if you are using a Windows machine. Once terminal prompts you\nfor another command, you're ready to start running your own Whitespace programs.\n\n## Usage\nYou will use the same terminal/console window that you used to compile I C\nWhitespace to run I C Whitspace. Usage for I C Whitespace is as follows:\n\n    whitespace \u003cyour whitespace file\u003e\n\nFor example, to run a whitespace program stored in file `hello.ws`, type\n\n    whitespace hello.ws\n\nand hit enter/return. I C Whitespace will open your file and attempt to\ninterpret it. If an error occurs, a message will be displayed in your console\nand I C Whitespace will quit. If I C Whitespace successfully compiles your code,\nit will attempt to run it. If any runtime errors occur, then a message will be\ndisplayed to the console and I C Whitespace will quit.\n\nIf you don't see an error message and are greeted with another prompt, then\ncongratulations; your code compiles and runs without errors. Good for you!\n\n## References\n- [Whitespace website](http://compsoc.dur.ac.uk/whitespace/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStrangePan%2FI_C_Whitespace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStrangePan%2FI_C_Whitespace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStrangePan%2FI_C_Whitespace/lists"}