Commit Graph

183 Commits

Author SHA1 Message Date
Brian Seymour ed0a5c4f78 merge and add clojure 2021-03-12 13:27:06 -06:00
Vrganj 14d1090daa Add lolcode 2021-03-12 20:18:43 +01:00
Sirius902 84fb5e0b9c Fix scala version 2021-02-25 18:32:13 -08:00
Brian Seymour 0d3517fe56 link math 2021-02-25 18:28:35 -06:00
Brian Seymour 46edb3b478
Merge pull request #79 from HexF/patch-1
Disable color output for deno
2021-02-23 22:24:14 -06:00
Brian Seymour e7d2cd5f0e
Merge pull request #124 from TitouanT/prolog_main
call main\1 predicate with arguments list if any
2021-02-23 22:23:59 -06:00
Sirius902 2ad9829fc6 Disable color output for scala 2021-02-23 19:43:26 -08:00
TitouanT 1305dc9e3f call main\1 predicate with arguments list if any 2021-02-23 10:43:44 +01:00
Brian Seymour 87b124c737 fix prolog executor and instructions 2021-02-19 00:33:39 -06:00
Brian Seymour 2ca831f822 use login shell again since rust breaks without it 2021-02-18 16:29:04 -06:00
Brian Seymour f358b58cb6 Merge branch 'master' of ssh://github.com/engineer-man/piston 2021-02-18 16:26:16 -06:00
Brian Seymour 4af1aa670b replace pkill loop with pgrep while loop 2021-02-18 16:26:11 -06:00
ThreshMain f20c8bafd1
Fixed brainfuck transpiler to accept args 2021-02-15 17:59:33 +01:00
Titouan Teyssier 0e2131eb1d
add prolog language support (#82)
* add prolog language support
2021-02-14 17:59:33 +01:00
Brian Seymour 0c4c6e7ad5
Merge pull request #77 from TitouanT/bf_new_executor
Fixes the brainfuck executor
2021-02-10 13:40:49 -06:00
Eleanor Bartle f8391e9aaf
Don't attempt to run executable if compilation fails
It was just ugly.
2021-02-10 17:41:14 +11:00
Thomas 295e73d4d9
Disable color output for deno
By default Deno has color output, we don't need this - and it also makes challenges on emkc.org not give the correct results.
2021-02-08 20:05:14 +13:00
TitouanT dd4be0f7bf transpiles bf into C code 2021-02-07 22:31:06 +01:00
Brian Seymour 4d344db148 update java/scala executor, integrate distrobuilder in 2021-02-05 16:22:15 -06:00
Brian Seymour d19d3faeba
Merge pull request #71 from Sirius902/master
Add Scala
2021-02-05 16:10:49 -06:00
Brian Seymour 2bb89b7110
Merge pull request #74 from ThreshMain/master
Removed unnecessary argument from execute and executors
2021-02-05 16:09:50 -06:00
ThreshMain e1ef091570
Removed unnecessary argument from execute and executors 2021-02-05 16:50:57 +01:00
TitouanT 0b0ea6c932 fixed java executor to be in the correct directory 2021-02-05 16:21:07 +01:00
Sirius902 e14effbf35 Move JAVA_HOME stuff to Java install 2021-02-05 01:17:03 -08:00
Sirius902 cd38eaa3f4 Update test to use Scala 3 feature 2021-02-05 00:58:13 -08:00
Brian Seymour 8cc1f6c2b5 add timeout for rustc 2021-02-05 01:24:08 -06:00
Sirius902 d10c58b993 set JAVA_HOME 2021-02-04 20:52:13 -08:00
Sirius902 48d3e39f9a add scala 2021-02-04 20:03:17 -08:00
Brian Seymour 6615ec4519
Merge pull request #66 from Vrganj/run-java-directly
Run Java directly to avoid grep
2021-02-03 21:48:12 -06:00
TitouanT e169d0cab8 fixed c args and added node lockfile to .gitignore 2021-02-01 01:21:20 +01:00
Vrganj ab8ede1c5d Run Java directly to avoid grep 2021-01-31 18:24:11 +01:00
Brian Seymour 7b1acbc869 move osabie up in tests 2021-01-27 11:40:39 -06:00
Dan Vargas b35c7649e6 add osabie 2021-01-27 09:53:59 -06:00
Dan Vargas 6ab95a78ac fix awk test 2021-01-26 15:54:57 -06:00
Brian Seymour 5cf2d5853d move around files 2021-01-25 12:54:39 -06:00
Brian Seymour f9b5fe652f
Merge pull request #58 from Vrganj/fix-stdin-lines
Fix stdin lines
2021-01-25 12:28:42 -06:00
Vrganj 36dade3f77 Re-add colon to chown 2021-01-25 19:27:11 +01:00
Vrganj 659593c60d Remove error if i doesn't exist, remove useless line 2021-01-25 18:46:06 +01:00
Vrganj 78f97b28b4 Possibly fix stdin newlines 2021-01-25 18:24:34 +01:00
Brian Seymour 382b9e09a2
Merge pull request #56 from Vrganj/nim
add nim
2021-01-24 23:02:11 -06:00
Brian Seymour dbab362dcd fix d test name 2021-01-23 16:37:51 -06:00
Vrganj 1c1fa316e5 add nim 2021-01-23 22:45:42 +01:00
Brian Seymour 87f6e6aead format 2021-01-23 15:24:23 -06:00
Brian Seymour db7f5d261e
Merge pull request #47 from ThreshMain/patch01
Prevent users from spying on each other
2021-01-23 15:23:21 -06:00
Brian Seymour 09eac6ddbc add zig test 2021-01-23 15:20:58 -06:00
Brian Seymour 8d89385f19 merge 2021-01-23 15:20:14 -06:00
Brian Seymour c452d37b42 add zig 2021-01-23 15:15:00 -06:00
Vrganj e9f85c4eee Add dash 2021-01-23 22:09:00 +01:00
Brian Seymour e5a91bb71c fix d 2021-01-23 15:08:59 -06:00
Brian Seymour d07e563cb4 fix d 2021-01-23 15:08:14 -06:00