Skip to content
/ devfuxx Public

A Brainf*ck interpreter with a character device driver

Notifications You must be signed in to change notification settings

Ec4/devfuxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

What is devfuxx?

devfuxx is a Brainf*ck interpreter that behaves as a character device driver.

Install

  1. Build
$ make
  1. Load Kernel Module
$ sudo insmod devfuxx.ko

Usage

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!

About

A Brainf*ck interpreter with a character device driver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published