build
,b
Build a 2Lang applicationmod docgen
,m
Build 2Lang documentation
--run
automatically runs the program after compilation--watch
watches the file for changes an automatically re-compiles the the source changes- You might want to try this with the
--preserve-intermediate
,--processor-comments
,--preserve-linked
, and perhaps--run
- You might want to try this with the
-b
,--generate-intermediate
takes an intermediary output (.bin) file produced by the pre-processor-d
,--debug
Run in debug mode (log file reads, etc...)-s
,--stdout
Output the final file contents to stdout-o
,--output
Specify the output file name
-p
,--preserve-intermediate
preserve the output produced by the pre-processor (with macros expanded)-pc
,--processor-comments
Adds pre-processor comments to the intermediate output-pl
,--preserve-linked
Preserves the statically linked file (without macros expanded)
--skip-optimizer
Does not run the optimizer on the output source code