aboutsummaryrefslogtreecommitdiff
path: root/lux-c++/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2023-01-14 02:29:20 -0400
committerEduardo Julian2023-01-14 02:29:20 -0400
commit33188f943329296ff4c19ad3fcf717194e3b237e (patch)
treefb04fe478325ea4884b9b08612b3226d5ebbeb83 /lux-c++/commands.md
parent0f9f87286acacb520aa3ab0252131e109184b4cb (diff)
Added compilation of definitions for C++.
Diffstat (limited to 'lux-c++/commands.md')
-rw-r--r--lux-c++/commands.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/lux-c++/commands.md b/lux-c++/commands.md
index 53ad68455..af26bf44e 100644
--- a/lux-c++/commands.md
+++ b/lux-c++/commands.md
@@ -37,6 +37,10 @@ cd ~/lux/lux-c++/ \
&& conda activate WORK \
&& python3 target/program.py
+cd ~/lux/lux-c++/ \
+&& conda activate WORK \
+&& python3 target/program.py build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux --program _
+
## Compile Lux's Standard Library's tests using a c++/Node-based compiler.
cd ~/lux/stdlib/ \
&& lux clean \