From 33188f943329296ff4c19ad3fcf717194e3b237e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 14 Jan 2023 02:29:20 -0400 Subject: Added compilation of definitions for C++. --- lux-c++/commands.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lux-c++/commands.md') 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 \ -- cgit v1.2.3