Commit Graph

489 Commits

Author SHA1 Message Date
Thomas Hobson 30426d0d96
remove gitignore until we need it 2021-02-18 21:44:53 +13:00
Thomas Hobson 84c627d1df
add basic architecture 2021-02-18 19:59:49 +13:00
Thomas Hobson c5f3305c23
remove **everything** in preparations for v3 2021-02-18 18:32:26 +13:00
Brian Seymour b9ef21cbea
Merge pull request #83 from ThreshMain/brainfuck-patch
Fixed brainfuck transpiler to accept args
2021-02-15 14:33:14 -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
Brian Seymour 95d8b853db
Merge pull request #80 from EleanorNB/patch-1
Don't attempt to run executable if compilation fails
2021-02-10 13:38:50 -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
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 716cf04e62
Merge pull request #63 from HexF/container-generation
Container generation via distrobuilder
2021-02-05 16:13:26 -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
Brian Seymour aa4f4bfafb
Merge pull request #73 from TitouanT/java_cd_fix
fixed java executor to be in the correct directory
2021-02-05 16:08:54 -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 ed6c483bab update to scala 3 2021-02-04 20:35:24 -08:00
Sirius902 cd2d6cb405 Add scala as scala alias 2021-02-04 20:15:08 -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
Brian Seymour 178ddf19d6
Merge pull request #67 from TitouanT/c_args
fixed c args and added node lockfile to .gitignore
2021-02-03 21:47:46 -06:00
Luka Barbić 7a8309553b
Update Python (#70)
* Update Python to 3.9.1
2021-02-03 22:33:52 +01: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 0f8350b6da
Merge pull request #64 from LamboSV/SVG_Logo
Added SVG of EM Logo to README
2021-01-29 17:24:30 -06:00
LamboSV 85eb69d45f Added SVG of EM Logo to README 2021-01-29 12:55:28 +00:00
Thomas Hobson 8d92661cfd
Add new lines 2021-01-29 13:28:32 +13:00
Thomas Hobson 062c4c89c8
Remove CI 2021-01-29 13:27:54 +13:00
Thomas Hobson 3bcb96832d
install go 14 2021-01-28 23:21:17 +13:00
Thomas Hobson aa3a1a239f
dont update go 2021-01-28 23:15:08 +13:00
Thomas Hobson dde705da56
bionic based 2021-01-28 23:10:55 +13:00
Thomas Hobson 59dd4e9c01
ci 2021-01-28 23:04:52 +13:00
Thomas Hobson bc8b8787ef
go bin file directly 2021-01-28 22:53:54 +13:00
Thomas Hobson 6d20a108e9
build distrobuilder from source 2021-01-28 22:22:57 +13:00
Thomas Hobson c33d57fa1a
fix ci 2021-01-28 22:20:39 +13:00
Thomas Hobson e03f7c1770
distrobuilder 2021-01-28 22:20:08 +13:00
Thomas Hobson 208a3dcee8
run packer as sudo 2021-01-28 13:54:40 +13:00
Thomas Hobson 4e60ab080b
systemctl needs sudo too! 2021-01-28 13:50:15 +13:00
Thomas Hobson 15857f1c0a
apt update.. 2021-01-28 13:47:07 +13:00
Thomas Hobson ce5934252b
packer comes preinstaller 2021-01-28 13:45:43 +13:00
Thomas Hobson c6fc9fe493
apt with sudo 2021-01-28 13:44:03 +13:00
Thomas Hobson a331b62315
Install LXC in workflow 2021-01-28 13:32:55 +13:00
Thomas Hobson 7b3565a067
Github Actions 2021-01-28 13:19:24 +13:00
Brian Seymour 7b1acbc869 move osabie up in tests 2021-01-27 11:40:39 -06:00
Brian Seymour 7998e9196e
Merge pull request #61 from dvargas46/master
add osabie
2021-01-27 11:10:58 -06:00