1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-17 07:47:15 +00:00

Experimental getter/setter for abstract types

This commit is contained in:
J.-F. Cap
2019-02-05 17:14:13 +01:00
parent 98a26f5ce3
commit 960cf76eb5
6 changed files with 54 additions and 3 deletions

View File

@@ -612,7 +612,9 @@ static int parsergc(void *p, size_t size) {
static JanetAbstractType janet_parse_parsertype = {
"core/parser",
parsergc,
parsermark
parsermark,
NULL,
NULL
};
/* C Function parser */