Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buyoh/nospace
compiler: compile original lang to whitespace
https://github.com/buyoh/nospace
Last synced: 3 months ago
JSON representation
compiler: compile original lang to whitespace
- Host: GitHub
- URL: https://github.com/buyoh/nospace
- Owner: buyoh
- License: unlicense
- Archived: true
- Created: 2018-09-26T10:52:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T07:29:32.000Z (over 3 years ago)
- Last Synced: 2024-07-28T23:22:59.937Z (3 months ago)
- Language: C++
- Size: 6.4 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-esoasm - NoSpace - compiler: compile original lang to whitespace (High level imperative languages / Other languages)
README
# Nospace
nospace to whitespace
nospace とは、esolang である whitespace を改行、タブ・半角スペース等の空白無しで記述することを目標にした言語及びコンパイラです。
whitespace よりは可読性がある謎の言語 nospace の記法については docs を参照してください。
勢いで書いたため、保守性が無い残念なソースコードになっています。
----
Nospace is a programming language that compiles to the Whitespace
esolang, but does not require any whitespace characters such as space,
tab, or line feed.## Environment
- WSL
- ruby 2.4
- g++7 std=c++17## Running
### Compile
`make`
### Test
`ruby test.rb`
## Documentation
See `./docs`.