1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-09 20:13:02 +00:00

Merge remote-tracking branch 'upstream/master' into crazy-brackets

This commit is contained in:
J.-F. Cap
2019-02-08 23:45:55 +01:00
28 changed files with 265 additions and 76 deletions

View File

@@ -889,5 +889,5 @@ static const JanetReg parse_cfuns[] = {
/* Load the library */
void janet_lib_parse(JanetTable *env) {
janet_cfuns(env, NULL, parse_cfuns);
janet_core_cfuns(env, NULL, parse_cfuns);
}