shibafu

module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2019 License: MIT

README

Shibafu Programming Language

CircleCI

Online in Japan, people have been using "w" is from "warau" (笑う) or "warai" (笑い), the Japanese word for laugh or smile. they call "w" "kusa" (草) which means grass. If you want to know more details of this culture. See "In Japan, People Do Not LOL. They wwww."

When this grass (草) gathers it is called lawn (芝生, Shibafu).

This language is named shibafu because this programming language will be growing many grasses.

The syntax of this language is based on Brainfuck. you can use these tokens.

Token Meaning
www increment the data pointer (to point to the next cell to the right).
WWW decrement the data pointer (to point to the next cell to the left).
wWw increment (increase by one) the byte at the data pointer.
WwW decrement (decrease by one) the byte at the data pointer.
Www output the byte at the data pointer.
wwW accept one byte of input, storing its value in the byte at the data pointer.
wWW if the byte at the data pointer is zero, then instead of moving the instruction pointer forward to the next token, jump it forward to the token after the matching WWw token.
WWw if the byte at the data pointer is nonzero, then instead of moving the instruction pointer forward to the next command, jump it back to the command after the matching wWW command.

See

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL