Skip to content

Gilqamesh/Builder-Application-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builder-Application-1

Long-lived PoC workspace of Builder.

Contents

Quick start

  1. Clone and initialize submodules

    git clone https://github.com/Gilqamesh/Builder-Application-1.git
    cd Builder-Application-1
    git submodule update --init --recursive
  2. Compile cli.cpp

    clang++ -std=c++23 cli.cpp -o cli
  3. 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

Contributing

Issues and pull requests are welcome. Please describe:

  • What changed and why.
  • How you tested (commands/output).
  • Any user-facing impact.

Requirements

License

MIT - see LICENSE.

About

A long-lived repository of modules and applications developed using Builder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages