aboutsummaryrefslogtreecommitdiff
path: root/lux-lua
diff options
context:
space:
mode:
authorEduardo Julian2022-08-18 03:13:52 -0400
committerEduardo Julian2022-08-18 03:13:52 -0400
commit9d20deda529f590c3092ac24546ba31da3c8f643 (patch)
treed82bdd08c43e08d4d76f5380802d2555589130bc /lux-lua
parent3b2d67a9679499b6ec9cbd781d2bf55396719136 (diff)
Added support for event-loop concurrency.
Diffstat (limited to 'lux-lua')
-rw-r--r--lux-lua/project.lux1
1 files changed, 1 insertions, 0 deletions
diff --git a/lux-lua/project.lux b/lux-lua/project.lux
index 3c751b467..a1fc70758 100644
--- a/lux-lua/project.lux
+++ b/lux-lua/project.lux
@@ -30,4 +30,5 @@
["com.github.luxlang" "rembulan-compiler" "0.1" "jar"]]
"program" program._
+ ... TODO: Remove this when Rembulan is no longer being used.
"configuration" ["lua_compiler?" ""]]]