travisdoor / bl

Simple programming language created for fun.
https://biscuitlang.org
MIT License
179 stars 6 forks source link

Reimplement `report_*` #171

Open travisdoor opened 1 year ago

travisdoor commented 1 year ago

Internal function for error reporting in the compiler use old C printf formatting, we should use our implementation capable of printing ranged strings {str}; it is already in place however, it's too much work.