From 0ed58392868f1b17fe0ab1b6ddf598ec82eb7170 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Thu, 27 May 2021 20:59:26 -0500 Subject: add parse tests for table, any, and all types at once --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 33cdece..36d809f 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,7 @@ const string representing the type. arguments a lua_State pointer, any number of alternating type constant and pointer pairs, and finally `HS_END` to close the arguments. This function performs typechecking and in case of an error throws with helpful error -messages. `hs_parse_args_fast()` does not perform typechecking, and as a -result has much less friendly error messages. +messages. `HS_TBL`, `HS_FUNC`, `HS_NIL`, and `HS_ANY` take a pointer to an integer that will be filled with the stack index of the argument. -- cgit v1.2.1