diff --git a/4ed_api_check.cpp b/4ed_api_check.cpp new file mode 100644 index 00000000..14a04328 --- /dev/null +++ b/4ed_api_check.cpp @@ -0,0 +1,104 @@ +/* + * Mr. 4th Dimention - Allen Webster + * + * 06.10.2019 + * + * Type checker that lists errors between two api parses. + * + */ + +// TOP + +#include "4coder_base_types.h" +#include "4coder_token.h" +#include "generated/lexer_cpp.h" +#include "4ed_api_definition.h" + +#include "4coder_base_types.cpp" +#include "4coder_stringf.cpp" +#include "4coder_malloc_allocator.cpp" +#include "4coder_token.cpp" +#include "generated/lexer_cpp.cpp" +#include "4coder_file.cpp" +#include "4ed_api_definition.cpp" +#include "4ed_api_parser.cpp" + +#include + +//////////////////////////////// + +function void +print_usage(void){ + printf("usage: