devfuxx is a Brainf*ck interpreter that behaves as a character device driver.
- Build
$ make
- Load Kernel Module
$ sudo insmod devfuxx.ko
I wrote the parser example. You can use this after compiling bf_compiler.c.
$ cc bf_interpreter.c -o bfi
$ ./bfi hello.bf
Hello world!