▲ | leogout 9 hours ago | |
I've found motivation to work on a project I stopped lasr year. It's an interpreter for the duckyscript language to run it on a raspberry pi pico. https://github.com/leogout/rasper-ducky Duckyscript is a language for the USB rubber ducky that costs approximately 100$. A usb rubber ducky is an usb key that gets recognized as a keyboard and that starts typing text and shortcuts automatically once you plug it to anything. To specify to the key what to type, you can use duckyscript. I'm using circuitpython. The last thing I did was to de-recursify the interpreter with a stack. The more I'm implementing of duckyscript, the more i think that i should create my own language. Duckyscript sucks as a language... |