From 8d8a171892c6daf2baf95c0cc2d4ab828a7b352f Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Fri, 25 Jul 2014 02:44:12 +0200 Subject: [PATCH] Added readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e99d47 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Virtual Machines +---------------- + +Just a bunch of immature interpreters. One interprets brainfuck code(nbfi - +naive brainfuck interpreter), the other uses an assembler-like dsl(but has +no parser until now).