c2c_native
c2c_native copied to clipboard
C2 Compiler - written in C2
When running `make -C bootstrap`, I got this error: ``` ld: Undefined symbols: ___errno_location, referenced from: _main in bootstrap-9463a1.o _utils_findProjectDir in bootstrap-9463a1.o _plugin_mgr_Mgr_show in bootstrap-9463a1.o _file_utils_Writer_write in bootstrap-9463a1.o _file_utils_Writer_write in...
Add brief file like "c2c_native/docs/code_guideline.md" that explains indendations, var names std, func names std etc? _(Plus add a "please read the code guideline when contributing" to README?)_ Edit: My wish...
The following code produces a syntax error ``` module hello; import stdlib local; import stdio as io; func f32 add(f32 a, f32 b) { return a + b; } public...