Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 739 Bytes

readme.md

File metadata and controls

36 lines (20 loc) · 739 Bytes

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.