From 7f730b0b0b169aa64421e994a20058266501d8b2 Mon Sep 17 00:00:00 2001 From: ryanfleury Date: Wed, 30 Jun 2021 12:35:16 -0600 Subject: [PATCH] build parse check --- build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build.bat b/build.bat index da8ef11..1beee60 100644 --- a/build.bat +++ b/build.bat @@ -13,6 +13,7 @@ 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 cl %compile_flags% ..\samples\node_errors\node_errors.c +cl %compile_flags% ..\samples\parse_check.c echo. echo ~~~ Build All Tests ~~~ cl %compile_flags% ..\tests\sanity_tests.c