Improve parser errors slightly
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
// TODO: Macro support?
|
||||
|
||||
struct ucl_object *ucl_special_let(struct ucl_scope *scope, struct ucl_object *args) {
|
||||
// TODO: Check arguments
|
||||
struct ucl_object *assignments = ucl_car(args);
|
||||
|
||||
Reference in New Issue
Block a user