Commit Graph

8 Commits (87216cff63c2381a35cd0f365a448f9f567859af)

Author SHA1 Message Date
Emily Hudson f52c68a510 compiler: bootstrap with MSVC
Add make_msvc.bat to bootstrap with msvc and test it with travis
2019-08-13 23:04:20 +03:00
Julian Schurhammer 1864e92ff4 parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly 2019-08-10 10:26:42 +02:00
Julian Schurhammer 61983a6799 parser: check that functions return in all if/else branches 2019-08-08 09:49:56 +02:00
Julian Schurhammer 28147c0930 os.exec: return ?string instead of string 2019-08-08 07:30:05 +02:00
Emily Hudson 802ff1d012 compiler: scoped defer + build tests with msvc 2019-08-07 17:51:21 +02:00
Emily Hudson 3e31e116f3 CI: Windows - build and test both msvc and gcc (#1466) 2019-08-05 10:03:38 +02:00
vitalyster 0197f20d47 make_tests.bat: exit with error on failed test 2019-08-01 13:23:36 +02:00
Vitaly Takmazov 3794129c91 make_tests.bat: run tests under Windows(gcc) 2019-07-30 17:13:07 +02:00