Improve parser errors slightly

This commit is contained in:
2022-11-15 15:18:37 -05:00
parent 583367ee9d
commit 785dbf06f6
4 changed files with 50 additions and 14 deletions

View File

@@ -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);