diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-17 22:27:22 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-17 22:27:22 +0000 |
commit | 6bcf9dc95d444e2ecaee4ba828626558da21a395 (patch) | |
tree | 2666e5dc27089d3cab90fa498a074ffd8d2c8402 | |
parent | updated obfuscators readme (diff) | |
download | mutator-6bcf9dc95d444e2ecaee4ba828626558da21a395.tar.gz mutator-6bcf9dc95d444e2ecaee4ba828626558da21a395.zip |
added luatablegen as a submodule to start testing the integration with faultreiber and the generated code as well
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a58e1d1..c8ee260 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "bruiser/faultreiber"] path = bruiser/faultreiber url = https://github.com/bloodstalker/faultreiber +[submodule "bruiser/tablegen"] + path = bruiser/tablegen + url = https://github.com/bloodstalker/luatablegen |