Improve lang readmes, add readme to file gen

This commit is contained in:
Nilay Majorwar
2022-01-31 16:38:44 +05:30
parent ee64b73d28
commit e0a5f431d8
6 changed files with 56 additions and 27 deletions

View File

@ -1,8 +1,9 @@
# Deadfish
## Allowed symbols
## References
- `i`: Increment value by 1
- `d`: Decrement value by 1
- `s`: Square the value
- `o`: Output the value
- Esolangs wiki: https://esolangs.org/wiki/Deadfish
## Implementation details
- The value is unbounded, but is reset to `0` whenever it equals `-1` or `256`.