An open API service indexing awesome lists of open source software.

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

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 :)