Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KeenS/whitelie
A self hosted whitespace compiler
https://github.com/KeenS/whitelie
Last synced: 5 days ago
JSON representation
A self hosted whitespace compiler
- Host: GitHub
- URL: https://github.com/KeenS/whitelie
- Owner: KeenS
- License: gpl-2.0
- Created: 2020-03-31T15:05:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T00:27:48.000Z (over 4 years ago)
- Last Synced: 2024-11-11T04:47:00.214Z (5 days ago)
- Homepage:
- Size: 17.6 KB
- Stars: 32
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Whitelie
A self hosted white space compiler. It works on 64-bit Linux
# Usage
```console
$ whitelie < source.ws > output
$ chmod +x output
$ ./output
```# Confirming it is self hosted
```console
$ whitelie < whitelie.ws > whitelie2
$ md5sum whitelie whitelie2
c8263aa952aa6230f28012dcfe0dceed whitelie
c8263aa952aa6230f28012dcfe0dceed whitelie2
```# The trick
This is a joke of April Fool's Day.
I didn't write whitespace.
I wrote a whitespace assembler and wrote in it.Codes used this project are available from this gist.
https://gist.github.com/KeenS/6081b0c802a4e575ddbacb1930680870