C code generation sample, array expressions

This commit is contained in:
ryanfleury
2021-01-22 14:58:33 -07:00
parent 1a2a47e88d
commit 5e48bf8693
3 changed files with 78 additions and 3 deletions
+7
View File
@@ -10,6 +10,7 @@ echo ~~~ Build All Samples ~~~
cl %compile_flags% ..\samples\old_style_custom_layer.c
cl %compile_flags% ..\samples\static_site_generator\static_site_generator.c
cl %compile_flags% ..\samples\output_parse\output_parse.c
cl %compile_flags% ..\samples\c_code_generation.c
echo.
echo ~~~ Build All Tests ~~~
cl %compile_flags% ..\tests\sanity_tests.c
@@ -48,3 +49,9 @@ popd
popd
popd
popd
echo.
echo ~~~ Running C Code Generation Sample ~~~
pushd build
c_code_generation.exe
popd