1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-27 04:25:14 +00:00

Start with ev module.

This commit is contained in:
Calvin Rose
2020-05-28 10:39:40 -05:00
parent c19bbfce78
commit b68b0a256e
14 changed files with 666 additions and 309 deletions

View File

@@ -1026,7 +1026,7 @@ int main(int argc, char **argv) {
janet_stacktrace(fiber, out);
}
#ifdef JANET_NET
#ifdef JANET_EV
status = JANET_SIGNAL_OK;
janet_loop();
#endif