diff --git a/README.md b/README.md index 241a4a0..49012c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# javagony2 +# Javagony2 Javagony With A Twist ## What is Javagony @@ -11,6 +11,10 @@ Javagony With A Twist Javagony2 is an "extension" of Javagony. In addition to all the features Javagony is missing, in Javagony2 there is also no `try-catch` and no `import`. +## Is Javagony2 Turing-complete? + +Yes. See `/turing` for a basic Turing machine simulation. The file `StateMachine.java` contains the program (it checks for even palindomes). + ## Why? It's actually kinda fun. Give it a try sometime.