new docs, better executors, better expansion for languages

This commit is contained in:
Brian Seymour 2020-03-26 13:49:19 -05:00
parent 7bc9b5b63a
commit 3233db5c1f
24 changed files with 131 additions and 59 deletions

View file

@ -1 +0,0 @@
+[----->+++<]>.++++++++..-----------.>++++++++++.

View file

@ -1 +0,0 @@
print('good')

View file

@ -20,12 +20,8 @@ echo 'testing python2'
../lxc/execute python2 test2.py
echo 'testing python3'
../lxc/execute python3 test3.py
echo 'testing r'
../lxc/execute r test.r
echo 'testing ruby'
../lxc/execute ruby test.rb
echo 'testing brainfuck'
../lxc/execute bf test.bf
echo 'testing rust'
../lxc/execute rust test.rs
echo 'testing swift'