summaryrefslogtreecommitdiff
path: root/prolog.html
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-07-14 17:57:06 +0200
committerAleš Smodiš <aless@guru.si>2015-07-14 17:57:06 +0200
commit13399da7f5eea223db86ff4d30403bc714c5816c (patch)
treef49dd400b20c3ff84931994d9d99e5f58cc2be0c /prolog.html
parent9a9c1113c90cf787a82312a548f2bf3776927d8e (diff)
Implemented a parser of simple pythonic definitions.
Diffstat (limited to 'prolog.html')
-rw-r--r--prolog.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/prolog.html b/prolog.html
index e3ac64f..d9d4656 100644
--- a/prolog.html
+++ b/prolog.html
@@ -68,9 +68,7 @@
<div class="block-label">Instructions</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 block">
- <div id="code_editor">
- <textarea id="program"></textarea>
- </div>
+ <div id="code_editor"></div>
<div class="block-label">Code</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 block">
@@ -99,5 +97,6 @@
<script src="js/codemirror/show-hint.js"></script>
<!-- codeq app -->
<script src="js/codeq.js"></script>
+ <script src="js/def_parser.js"></script>
</body>
</html> \ No newline at end of file