You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.
should succesfully eval a basic predefined and tested piece of code for scheme
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for apl
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for javascript
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for brainfuck
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for unlambda
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for lolcode
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for kaffeine
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for move
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for emoticon
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for bloop
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for forth
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for lua
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for python
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for ruby
undefined
Uncaught SyntaxError: Unexpected token <
should succesfully eval a basic predefined and tested piece of code for roy
undefined
Uncaught SyntaxError: Unexpected token <
But the other tests did just fine.
And I get this error
Uncaught TypeError: Cannot read property 'Eval' of undefined
Uncaught ReferenceError: output is not defined
when with this code:
1<scriptsrc="jsrepl.js"id="jsrepl-script"></script>
2 <script>
3 var jsrepl = new JSREPL({4output: outputCallback,5result: resultCallback,6});
7 function outputCallback () {8}
9 function resultCallback(result) {10alert(result)11}
12 jsrepl.loadLanguage('python', function () {13alert('Python loaded');14});
15 jsrepl.eval('1+1');
16 </script>
17 this is my test
The text was updated successfully, but these errors were encountered:
I'm sorry but I just updated the readme with this: we're no longer going to maintain this project because we're moving the language sandboxes to the server. You can use our API that provide a very similar functionality: http://repl.it/api
I'll leave issues open incase someone wants to fork and work on this.
I get
But the other tests did just fine.
And I get this error
when with this code:
The text was updated successfully, but these errors were encountered: