Skip to content

SebastianBach/lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype of a "laboratory" that allows to prototype applications.

Arrange code blocks in a certain order:

Recipe recipe;

add_step(step::hello_world);
add_step_configure(step::set_values, conf::add_values::cnt, 10);
add_step(step::sum);
add_step(step::print);

Execute the resulting program:

run(recipe, ..., ..., ...);

Create the source code of an equivalent standalone command line application:

create_code(recipe, "my_app.cpp");

About

Application authoring and code generation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published