Commit Graph

1077 Commits

Author SHA1 Message Date
Ethan Edwards ca5b87b61d
forgot to add redirects also fixed apt install line 2020-10-17 02:18:58 -04:00
Ethan Edwards 084211cb46
added deno
Fixes issue: https://github.com/engineer-man/piston/issues/18
2020-10-17 01:22:15 -04:00
Ethan Edwards 3246ed6781
Added haskell support 2020-10-16 23:57:45 -04:00
Brian Seymour a89d22bd25 merge 2020-10-06 23:41:13 -05:00
Brian Seymour c2904a8e14 add lua support 2020-10-06 23:40:14 -05:00
Brian Seymour 5e71027b9e
Merge pull request #20 from kevrocks67/master
Create nasm64 executor and test file
2020-10-03 12:18:45 -05:00
Kevin Diaz 0253f24479
Create nasm64 executor and test file 2020-10-03 13:16:15 -04:00
Brian Seymour 58f4088007
Merge pull request #19 from kevrocks67/master
Change ASM module to default to 32 bit and add 64 bit executor
2020-10-03 04:21:21 -05:00
Kevin Diaz 9ffca9abb1
Add nasm/asm support for 64 bit binaries 2020-10-03 01:47:13 -04:00
Kevin Diaz 050ea8caa1
Default nasm/asm to 32 bit binaries 2020-10-03 01:46:55 -04:00
Brian Seymour 9d04f1929d readd brainfuck support 2020-10-02 18:51:00 -05:00
Brian Seymour a639109825
Merge pull request #14 from TommyXR/patch-1
Updated julia to version 1.5
2020-08-12 17:07:30 -05:00
Tommy-Xavier Robillard e0e4a8ebc8
Updated julia to version 1.5 2020-08-08 19:30:08 -04:00
Brian Seymour 413622a60d
Update readme.md 2020-07-04 00:08:17 -05:00
Brian Seymour 9538c7b4d2 updated piston readme 2020-07-04 00:07:21 -05:00
Brian Seymour a6e181c045
Merge pull request #13 from Vrganj/patch-1
Change return code to 0
2020-06-18 13:52:03 -05:00
Luka Barbić 7372c572d8
Change return code to 0 2020-06-18 20:38:33 +02:00
Brian Seymour 0c152fcd72 add emacs alias 2020-06-08 22:46:39 -05:00
Brian Seymour 0bc3b0d8e2 activate elixir test 2020-06-08 22:33:25 -05:00
Brian Seymour 4cb999c530 add elisp aliases, add emacs version detection, test elixir using new executor 2020-06-08 22:19:06 -05:00
Brian Seymour 178d9c89f7 experimental new executors 2020-06-08 22:12:04 -05:00
Brian Seymour 7880f204b6 add emacs test 2020-06-08 21:43:23 -05:00
Brian Seymour 532a624d7f add emacs test 2020-06-08 21:42:21 -05:00
Brian Seymour b234fd42b4 updated readme 2020-06-08 21:24:15 -05:00
Brian Seymour 0b85a84877 more tests directory, fix missing tests 2020-06-08 20:54:21 -05:00
Brian Seymour e21173173f Merge branch 'brainplot-elisp-support' 2020-06-04 20:03:06 -05:00
Brian Seymour 5c1d85fe11 merge 2020-06-04 20:02:56 -05:00
Brian Seymour e1f1e6b3c5 finish adding kotlin and perl 2020-06-04 20:01:21 -05:00
Brian Seymour f42462cb41 Merge branch 'isakal-add-elixir' 2020-06-04 19:17:34 -05:00
Brian Seymour 30556fb45d merge 2020-06-04 19:17:26 -05:00
Brian Seymour b8e833f513
Merge pull request #10 from aveliz1999/kotlin-support
Add Kotlin support
2020-06-04 19:12:35 -05:00
isakal 5cde78c41f Add elixir version and alias 2020-06-04 22:38:12 +02:00
isakal 767b37fa46 Add tests for elixir 2020-06-04 22:30:05 +02:00
isakal 6076f88bb9 Add julia executor and enable elixir in api 2020-06-04 22:24:04 +02:00
isakal b7c8329ea1 Add instructions on how to get elixir installed 2020-06-04 22:12:29 +02:00
isakal 039a25acd3 Add instructions on how to instal deps on arch 2020-06-04 21:47:26 +02:00
aveliz1999 c36c5a6e63 Add Kotlin support 2020-06-04 15:03:33 -04:00
Brian Seymour b750de1f5e
Merge pull request #9 from TommyXR/julia_support
Julia support
2020-05-01 23:38:08 -05:00
Tommy-Xavier Robillard 31471c3ee0 Added julia version, and alias. 2020-05-02 00:30:12 -04:00
Tommy-Xavier Robillard c6295ad329 Added julia install instructions 2020-05-02 00:19:36 -04:00
Tommy-Xavier Robillard 28ca95ef97 Added julia test. 2020-05-02 00:04:48 -04:00
Tommy-Xavier Robillard fab8873d85 Added julia support. 2020-05-02 00:00:46 -04:00
pizalord22 d42aa6edb1 fixed switch case, optimized lxc/execute, optimized json response 2020-03-31 14:37:23 +02:00
Brian Seymour 9e7e53d45d use latest version of python in executor 2020-03-29 16:25:39 -05:00
Brian Seymour d7b82b5218 remove worker count from make, causes problems on machiens with low ram 2020-03-29 16:09:56 -05:00
Brian Seymour 8fcdec7275 piston improvements. adds version endpoint, new execution output, awk language support, and installs all dependencies directly when possible and avoids apt unless not possible 2020-03-29 14:40:34 -05:00
pizalord22 f6af99bbee keep the languages in memory rather then writing it to an file, added versions end point that returns all versions in json format 2020-03-27 22:21:29 +01:00
pizalord22 6bc2e4e6b1 added special case for java because it's versioning is special 2020-03-27 22:07:31 +01:00
pizalord22 0e645d0a51 Merge branch 'master' of https://github.com/engineer-man/piston 2020-03-27 21:34:21 +01:00
pizalord22 eb576d9b66 added code to write langues and their versions to a json file 2020-03-27 21:30:10 +01:00