{"id":13780148,"url":"https://github.com/koturn/Whitespace","last_synced_at":"2025-05-11T13:31:34.351Z","repository":{"id":23010616,"uuid":"26361402","full_name":"koturn/Whitespace","owner":"koturn","description":"An interpreter and C-translator of Whitespace","archived":false,"fork":false,"pushed_at":"2017-03-20T08:15:40.000Z","size":34,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-03T18:14:48.368Z","etag":null,"topics":["c","interpreter","translator","transpiler","whitespace"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koturn.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":"2014-11-08T13:30:58.000Z","updated_at":"2024-01-30T19:14:08.000Z","dependencies_parsed_at":"2022-08-21T17:31:32.335Z","dependency_job_id":null,"html_url":"https://github.com/koturn/Whitespace","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/koturn%2FWhitespace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koturn%2FWhitespace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koturn%2FWhitespace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koturn%2FWhitespace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koturn","download_url":"https://codeload.github.com/koturn/Whitespace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225056769,"owners_count":17414204,"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":["c","interpreter","translator","transpiler","whitespace"],"created_at":"2024-08-03T18:01:12.782Z","updated_at":"2024-11-17T15:30:56.932Z","avatar_url":"https://github.com/koturn.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"Whitespace\n==========\n\n[![Build Status](https://travis-ci.org/koturn/Whitespace.png)](https://travis-ci.org/koturn/Whitespace)\n\nWhitespace interpreter and C-translator.\n\n\n## Usage\n\n### Run Whitespace program\n\n```sh\n$ ./whitespace [Whitespace source file]\n```\n\n### Tanslate Whitespace to C\n\nSpecify ```-t``` flag and ```-o``` flag.\n\n```sh\n$ ./whitespace [Whitespace source file] -t -o out.c\n```\n\nIf you don't specify output file with ```-o```, C source code will output\nstdout.\n\n### Options\n\nOptions                            | Function\n-----------------------------------|------------------------------------\n```-b```, ```--bytecode```         | Show code in hexadecimal\n```-f```, ```--filter```           | Visualize whitespace source code\n```-h```, ```--help```             | Show help and exit\n```-m```, ```--mnemonic```         | Show byte code in mnemonic format\n```-o FILE```, ```--output=FILE``` | Specify output filename\n```-t```, ```--translate```        | Translate brainfuck to C source code\n\n\n## Build\n\nUse [Makefile](Makefile).\n\n```sh\n$ make\n```\n\nIf you want to build with MSVC, use [msvc.mk](msvc.mk).\n[msvc.mk](msvc.mk) is written for nmake.\n\n```sh\n\u003e nmake /f msvc.mk\n```\n\n\n## Dependent libraries\n\n#### MSVC only\n\n- [getopt clone](https://github.com/koturn/getopt)\n\n\n## References\n\n- [http://compsoc.dur.ac.uk/whitespace/](http://compsoc.dur.ac.uk/whitespace/)\n\n\n## LICENSE\n\nThis software is released under the MIT License, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoturn%2FWhitespace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoturn%2FWhitespace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoturn%2FWhitespace/lists"}