Added entry point statement

This commit is contained in:
Veit Heller
2014-10-08 12:01:57 +02:00
parent 0f81682eb8
commit efbbb37d36
3 changed files with 18 additions and 14 deletions

View File

@@ -4,6 +4,4 @@ Virtual Machines
[![Build Status](https://travis-ci.org/hellerve/Virtual-Machines.png?branch=master)](https://travis-ci.org/hellerve/Virtual-Machines)
Just a bunch of immature interpreters. One interprets brainfuck code(nbfi -
naive brainfuck interpreter), the other uses an assembly-based dsl(but has
no parser until now, so you will have to write code within the original
programs' code).
naive brainfuck interpreter), the other uses an assembly-based dsl.