https://github.com/qluana7/bitscript
Rule - Only bitwise operators allow
https://github.com/qluana7/bitscript
bitscript bitwise-operators esolang interpreter
Last synced: 4 days ago
JSON representation
Rule - Only bitwise operators allow
- Host: GitHub
- URL: https://github.com/qluana7/bitscript
- Owner: qluana7
- License: mit
- Created: 2021-09-15T11:49:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T05:08:20.000Z (almost 5 years ago)
- Last Synced: 2025-10-31T03:58:02.787Z (8 months ago)
- Topics: bitscript, bitwise-operators, esolang, interpreter
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitScript
```brainfuck
$<[+--]<<[+--]$<[+--]<<[--+]|@>$<[++-]<<[+--];$<[+-+]|@>$<[++-]<<[--+]|;;@>@>$<[-++]|@>$<[+--]%@>
$<[+-+]<<[+--]$<[+++]|@>
$<[++-]%;;$<[+++]<<[--+]$<[--+]||@>$<[+--]<<[-+-]$<[-+-]||@>$<[+--]|;$<[+--]<<[--+]|@>@>$<[+--]%$<[--+]|@>
```
Hello World! in BitScript
### About
BitScript is language which uses only bitwise operation with stack.
No arithmetic operation. Only bitwise operation
### Grammar
See [Grammar.md](https://github.com/Lukince/BitScript/blob/master/Grammar.md)
### Notes
This script is made for funny.
Anyone can create interpreter with language that you use and request to upload it as using "pull request".
Next development is label function that same as in assembly label
Enjoy :)