Move cycle checking to much earlier on in the semantic stage

This commit is contained in:
gingerBill
2018-03-23 20:48:30 +00:00
parent 2e1e1e6034
commit 30f5a3bb93
10 changed files with 259 additions and 177 deletions

View File

@@ -685,6 +685,8 @@ i32 exec_llvm_llc(String output_base) {
#endif
}
int main(int arg_count, char **arg_ptr) {
if (arg_count < 2) {
usage(make_string_c(arg_ptr[0]));