mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 15:18:46 +00:00
[examples] tweaks to overrides example and commentary
This commit is contained in:
@@ -11,11 +11,6 @@ bin/bld_core.sh show_ctx
|
||||
|
||||
examps="examples"
|
||||
|
||||
bin/bld_core.sh unit expr_intro $examps/expr/expr_intro.c
|
||||
bin/bld_core.sh unit expr_c_like $examps/expr/expr_c_like.c
|
||||
|
||||
exit
|
||||
|
||||
bin/bld_core.sh unit hello_world $examps/intro/hello_world.c
|
||||
bin/bld_core.sh unit parse_check $examps/intro/parse_check.c
|
||||
bin/bld_core.sh unit data_desk_like $examps/intro/data_desk_like_template.c
|
||||
@@ -26,6 +21,9 @@ if [ -d $examps/type_metadata/generated/type_info_meta.h ]; then
|
||||
bin/bld_core.sh unit type_info $examps/type_metadata/type_info_final_program.c
|
||||
fi
|
||||
|
||||
bin/bld_core.sh unit expr_intro $examps/expr/expr_intro.c
|
||||
bin/bld_core.sh unit expr_c_like $examps/expr/expr_c_like.c
|
||||
|
||||
bin/bld_core.sh unit overrides $examps/integration/overrides.c
|
||||
|
||||
echo
|
||||
|
||||
+8
-10
@@ -8,16 +8,6 @@ root_path=$PWD
|
||||
build_path=$root_path/build
|
||||
examps=$root_path/examples
|
||||
|
||||
echo ~~~ Running Expression Intro ~~~
|
||||
$build_path/expr_intro.exe $examps/expr/expr_intro.mdesk
|
||||
echo
|
||||
|
||||
echo ~~~ Running C Like Expression ~~~
|
||||
$build_path/expr_c_like.exe $examps/expr/expr_c_like.mdesk
|
||||
echo
|
||||
|
||||
exit
|
||||
|
||||
echo ~~~ Running Type Metadata Generator Example ~~~
|
||||
cd $examps/type_metadata/generated
|
||||
$build_path/type_metadata.exe $examps/type_metadata/types.mdesk
|
||||
@@ -26,5 +16,13 @@ echo
|
||||
echo ~~~ Running Error Generation Example ~~~
|
||||
$build_path/user_errors.exe $examps/user_errors/user_errors.mdesk
|
||||
|
||||
echo ~~~ Running Expression Intro ~~~
|
||||
$build_path/expr_intro.exe $examps/expr/expr_intro.mdesk
|
||||
echo
|
||||
|
||||
echo ~~~ Running C Like Expression ~~~
|
||||
$build_path/expr_c_like.exe $examps/expr/expr_c_like.mdesk
|
||||
echo
|
||||
|
||||
###### Restore Path ###########################################################
|
||||
cd $og_path
|
||||
|
||||
Reference in New Issue
Block a user