Updated config.nim

This commit is contained in:
Nocturn9x 2021-11-17 20:42:56 +01:00
parent 24c7b30271
commit 2582d18596
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const HEAP_GROW_FACTOR* = 2 # How much extra memory to allocate for dynamic ar
const MAX_STACK_FRAMES* = 800 # The maximum number of stack frames at any one time. Acts as a recursion limiter (1 frame = 1 call)
const JAPL_VERSION* = (major: 0, minor: 4, patch: 0)
const JAPL_RELEASE* = "alpha"
const JAPL_COMMIT_HASH* = "1515a53cd02202fe93c28b99901a79ef68922f7c"
const JAPL_COMMIT_HASH* = "24c7b302710bb0bf8d1de9cca301f734cf9caafa"
const JAPL_BRANCH* = "master"
const DEBUG_TRACE_VM* = false # Traces VM execution
const SKIP_STDLIB_INIT* = false # Skips stdlib initialization (can be imported manually)