[examples] generate types and function decarations

This commit is contained in:
Allen Webster
2021-09-24 16:41:26 -07:00
parent 1644c02d47
commit cdb170bb86
9 changed files with 205 additions and 21 deletions
+3 -5
View File
@@ -10,14 +10,12 @@ build_path=$root_path/build
examps=$root_path/examples
echo ~~~ Running Type Metadata Example ~~~
cd $build_path
./type_metadata.exe $examps/type_metadata/types.mdesk
cd $examps/type_metadata/generated
$build_path/type_metadata.exe $examps/type_metadata/types.mdesk
echo
echo ~~~ Running Error Generation Example ~~~
cd $build_path
./user_errors.exe $examps/user_errors/user_errors.mdesk
echo
$build_path/user_errors.exe $examps/user_errors/user_errors.mdesk
###### Restore Path ###########################################################
cd $og_path