finished interpreter

This commit is contained in:
Sem van der Hoeven
2019-12-03 10:46:04 +01:00
parent ff43a38c57
commit 176a329571
2 changed files with 9 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ import java.io.UnsupportedEncodingException;
public class Main {
public static void main(String[] args) {
String excl = "----[-->+++<]>-.--[->+++<]>..[--->+<]>---.";
String excl = "++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>>-----------.++++++++++++..+++++++++++++++.<<++.>+++++++.>-------------------.+++++++++++++.---.------.+++++++++++++.<<+.";
try {
BfInterpreter interpreter = new BfInterpreter(excl);