Long-lived PoC workspace of Builder.
-
Clone and initialize submodules
git clone https://github.com/Gilqamesh/Builder-Application-1.git cd Builder-Application-1 git submodule update --init --recursive -
Compile cli.cpp
clang++ -std=c++23 cli.cpp -o cli
-
Run cli on the target module with optional arguments pass-through
./cli F # builds module F, i.e., runs its builder.cpp implementation ./cli F f_shared # also run the produced `f_shared` binary of the `F` module
Issues and pull requests are welcome. Please describe:
- What changed and why.
- How you tested (commands/output).
- Any user-facing impact.
- Requirements of Builder
MIT - see LICENSE.