Working on parser refactor
This commit is contained in:
@@ -28,10 +28,9 @@ void log_error(const char* msg);
|
||||
* It additionally supports the `%S` format specifier, which can be used to format a `String` structure from `string.h`.
|
||||
*
|
||||
* @param loc The location where the error occurred.
|
||||
* @param to_column The column number where the error ends.
|
||||
* @param msg The error message to log. This can contain format specifiers like printf, and the additional arguments will be formatted into the message.
|
||||
* @param ... Additional arguments to format into the error message.
|
||||
*/
|
||||
void log_on_line(Location* loc, int to_column, const char* msg, ...);
|
||||
void log_on_line(Location* loc, const char* msg, ...);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user