1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-10 20:43:05 +00:00

Simplify Abstract type introspection

This commit is contained in:
J.-F. Cap
2019-02-24 02:02:54 +01:00
parent db64a682be
commit af48912f11
7 changed files with 115 additions and 104 deletions

View File

@@ -624,9 +624,12 @@ static Janet parserget(void *p, Janet key);
static JanetAbstractType janet_parse_parsertype = {
"core/parser",
0,
parsergc,
parsermark,
parserget,
NULL,
NULL,
NULL
};