This website requires JavaScript.
Explore
Help
Sign In
Mark
/
esolang
Watch
1
Star
0
Fork
0
You've already forked esolang
Code
Issues
Packages
Activity
esolang
/
engines
/
deadfish
History
Nilay Majorwar
c9346515b2
Fix incorrect details in deadfish
2022-01-22 22:49:19 +05:30
..
tests
Fix incorrect details in deadfish
2022-01-22 22:49:19 +05:30
constants.ts
Replace sample language with deadfish
2021-12-18 18:16:22 +05:30
engine.ts
Add unit tests for brainfuck and deadfish
2022-01-18 15:17:20 +05:30
index.ts
Replace sample language with deadfish
2021-12-18 18:16:22 +05:30
README.md
Fix incorrect details in deadfish
2022-01-22 22:49:19 +05:30
renderer.tsx
Replace sample language with deadfish
2021-12-18 18:16:22 +05:30
runtime.ts
Add automatic syntax checker, fix editor bugs
2022-01-22 21:22:38 +05:30
README.md
Deadfish
Allowed symbols
i
: Increment value by 1
d
: Decrement value by 1
s
: Square the value
o
: Output the value