From 7009ae2c2dca4b70e903135f088a15acb95f5085 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Fri, 18 Sep 2015 09:42:52 +0200 Subject: added python and prolog into two different states --- index.html | 17 +- js/codeq/login.js | 8 +- js/codeq/mainScreen.js | 2 +- js/codeq/prologPythonLib.js | 336 +++++++++++++++++++++++++++++++++ js/codeq/python.js | 447 ++++++++++++++++++++++++++++++++++++++++++++ js/codeq/stateMachine.js | 4 +- js/prolog.js | 3 +- js/python.js | 7 +- 8 files changed, 807 insertions(+), 17 deletions(-) create mode 100644 js/codeq/python.js diff --git a/index.html b/index.html index ad38b69..9a5559b 100644 --- a/index.html +++ b/index.html @@ -82,11 +82,11 @@