Home
last modified time | relevance | path

Searched defs:JanetCompiler (Results 1 – 1 of 1) sorted by relevance

/dports/lang/janet/janet-1.19.2/src/core/
H A Dcompile.h74 typedef struct JanetCompiler JanetCompiler; typedef
152 struct JanetCompiler { struct
155 JanetScope *scope;
157 uint32_t *buffer;
158 JanetSourceMapping *mapbuffer;
161 JanetTable *env;
185 JanetCompiler *compiler; argument