rswier / c4

C in four functions
GNU General Public License v2.0
9.7k stars 1.43k forks source link

Add an error handling mechanism for the compiler #75

Open 2623656928 opened 11 months ago

2623656928 commented 11 months ago

Current compilers may lack friendly error messages when faced with errors. Improved error handling and more specific and readable error messages help developers debug code more easily.