mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 06:38:45 +00:00
tidying up naming scheme and parameters in helper inspection API; [examples] sketch of type metadata example
This commit is contained in:
@@ -11,9 +11,10 @@ bin/bld_core.sh show_ctx
|
||||
|
||||
metasrc="examples/metaprograms"
|
||||
|
||||
bin/bld_core.sh unit datadesk_like $metasrc/datadesk_like_template.c
|
||||
bin/bld_core.sh unit user_errors $metasrc/user_errors.c
|
||||
bin/bld_core.sh unit type_metadata $metasrc/type_metadata.c
|
||||
bin/bld_core.sh unit parse_check $metasrc/parse_check.c
|
||||
bin/bld_core.sh unit user_errors $metasrc/user_errors.c
|
||||
bin/bld_core.sh unit datadesk_like $metasrc/datadesk_like_template.c
|
||||
|
||||
echo
|
||||
|
||||
|
||||
@@ -8,6 +8,11 @@ cd ..
|
||||
build_path=$root_path/build
|
||||
examples_path=$root_path/examples
|
||||
|
||||
echo ~~~ Running Type Metadata Example ~~~
|
||||
cd $build_path
|
||||
./type_metadata.exe $examples_path/mdesk_files/types.mdesk
|
||||
echo
|
||||
|
||||
echo ~~~ Running Error Generation Example ~~~
|
||||
cd $build_path
|
||||
./user_errors.exe $examples_path/mdesk_files/user_errors.mdesk
|
||||
|
||||
Reference in New Issue
Block a user