aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-04-14 13:32:43 -0400
committerEduardo Julian2018-04-14 13:32:43 -0400
commit0bba53ceb52502510e0f6ba4c53a951933532a61 (patch)
tree82bd7fe239dc7996e9542fc9b5fea5768579bd0f /new-luxc/source/luxc/lang/translation/r/structure.jvm.lux
parent1a3fa23f5c0444f0f8273cbc21875eeabdc321aa (diff)
- Made everything an expression for R translation.
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/translation/r/structure.jvm.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux b/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux
index 16d144f93..bfe0a40a6 100644
--- a/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux
@@ -6,7 +6,7 @@
[macro])
(luxc ["&" lang]
(lang [synthesis #+ Synthesis]
- (host [r #+ Expression Statement])))
+ (host [r #+ Expression])))
[//]
(// [".T" runtime]))