mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-02 12:48:13 +00:00
naming pass; stub in expression API docs
This commit is contained in:
+6
-4
@@ -8,6 +8,12 @@ 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
|
||||
|
||||
exit
|
||||
|
||||
# Setup a big list of files for a few of the examples
|
||||
big_list=()
|
||||
big_list+=("$examps/intro/hello_world.mdesk")
|
||||
@@ -27,10 +33,6 @@ echo ~~~ Running Error Generation Example ~~~
|
||||
$build_path/user_errors.exe $examps/user_errors/user_errors.mdesk
|
||||
echo
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user