Skip to content

Liikt/OwO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

OwO or (。O ω O。) is a Brainfuck derivative and thus the symbols can be directly mapped to Brainfuck.

Mapping

Brainfuck (。O ω O。)
< ôwo
> owô
+ òwó
- ówò
. OwO
, owo
[ ÕwO
] OwÕ

Behavior

(。O ω O。) differs not only in the syntax from Brainfuck

  • owo reads in a whole string and writes it, starting from the cell the cell pointer is currently pointing at, onto the tape. The cell pointer will point at the last char written onto the tape.
  • The charset is the whole ascii range
  • OwO will (like in C) print the entire tape from the current cell pointer until it hits a cell containing 0. This cell is where the cell pointer rests after the printing.

About

Notices language. OwO what's this?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published