Commit Graph

109 Commits

Author SHA1 Message Date
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
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
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
Dan Vargas b35c7649e6 add osabie 2021-01-27 09:53:59 -06:00
Vrganj 1c1fa316e5 add nim 2021-01-23 22:45:42 +01: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
Brian Seymour ed773d26d3 merge 2021-01-23 15:05:10 -06:00
Brian Seymour 655b7398b6 add crystal 2021-01-23 14:59:07 -06:00
Vrganj c10a30b69a Update for new API 2021-01-23 21:31:23 +01:00
Brian Seymour 68042e6d27 add common lisp 2021-01-23 14:14:55 -06:00
Brian Seymour 0a414f2d3f add locale for elixir, fix test for kotlin, add instructions for bf installation 2021-01-22 02:17:28 -06:00
Brian Seymour 6d69a1b189 revert emacs code, omit newline in args file so languages stop seeing a blank arg 2021-01-21 19:38:00 -06:00
Brian Seymour 9237806dee Merge branch 'master' of ssh://github.com/engineer-man/piston 2021-01-21 19:32:49 -06:00
Brian Seymour 8db0dc0b6d dont use xargs for elisp if no args were passed 2021-01-21 19:32:43 -06:00
Brian Seymour 765d980ec2
Merge pull request #51 from Pyroseza/master
Fixed paradoc and corrected python3
2021-01-21 19:20:21 -06:00
Brian Seymour 36ff6c8282 fix awk maybe 2021-01-21 18:32:30 -06:00
Pyroseza 3fc860788b Moved paradoc path to executor 2021-01-21 22:08:02 +00:00
Pyroseza 6c1e4082e0 Updated paradoc executor to use python3.8 2021-01-21 22:08:02 +00:00
Vrganj a7055e742e Fix merge conflicts 2021-01-21 20:56:23 +01:00
Brian Seymour 8de614ee94 escape backslash 2021-01-21 13:47:25 -06:00
Vrganj a2eeff85b5 Revert back to the mess the awk executor was 2021-01-17 22:36:52 +00:00
Vrganj 1c99570e67 Change awk executor 2021-01-17 22:29:45 +00:00
Vrganj 7f03de9f71 Add shebang to awk 2021-01-17 15:53:46 +00:00
Vrganj 9851352f87 Move runuser to execute 2021-01-17 15:44:40 +00:00
Vrganj 14565b16e4 Compile rust as runner 2021-01-17 13:50:40 +00:00