Albabet
Jump to navigation
Jump to search
Albabet is a language similar to brainfuck, though not a substitution.
It uses a "cell", but there is only one.
| Character | Description |
|---|---|
| a | Increment the current value |
| b | Decrement the current value |
| c | Reset value to 0 |
| d | Set multiplier to current value and set value to 0 |
| e | Set multiplier to current value |
| f | Reset multiplier value |
| g | Multiply value by multiplier |
| h | Square the value |
| i | Print current value (ASCII value) |
Implementations
A C# Compiler by User:Threesodas.
A WPF version of the C# Compiler by User:Threesodas.
A tiny Java implementation by User:MajickTek