Crates.io | numlang |
lib.rs | numlang |
version | 0.1.3 |
source | src |
created_at | 2024-08-24 01:59:56.188907 |
updated_at | 2024-08-24 02:40:26.30094 |
description | A compiler for an esolang that uses hexadecimal |
homepage | |
repository | |
max_upload_size | |
id | 1349766 |
size | 22,399 |
An esoteric programming language that uses hexadecimal.
Install the compiler with cargo install --locked numlang
. Get help using numlang --help
.
1 -> Move pointer right by one
2 -> Move pointer left by one
3 -> Increment value by one
4 -> Decrement value by one
5 -> Read byte from stdin to pointer location
6 -> Print current byte to stdout
7 -> Print bytes in stack to stdout
8 -> Add current byte to stack
9 -> Remove newest item from stack
a -> Clear stack
b -> Write stack length to current byte
c -> Open loop
d -> Close loop