1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-20 04:09:56 +00:00
janet/src/core
Calvin Rose 611543c48b Add source amalgamation
The amalgamated source concatenates all sources
to a file janet.c which can be used for
embedding janet, much in the same way as sqlite
or mongoose.
2019-01-24 00:15:58 -05:00
..
abstract.c Add source amalgamation 2019-01-24 00:15:58 -05:00
array.c Add source amalgamation 2019-01-24 00:15:58 -05:00
asm.c Add source amalgamation 2019-01-24 00:15:58 -05:00
buffer.c Add source amalgamation 2019-01-24 00:15:58 -05:00
bytecode.c Add source amalgamation 2019-01-24 00:15:58 -05:00
capi.c Add source amalgamation 2019-01-24 00:15:58 -05:00
cfuns.c Add source amalgamation 2019-01-24 00:15:58 -05:00
compile.c Add source amalgamation 2019-01-24 00:15:58 -05:00
compile.h Add source amalgamation 2019-01-24 00:15:58 -05:00
core.janet Add optional env arguments to eval functions. 2019-01-20 16:06:30 -05:00
corelib.c Add source amalgamation 2019-01-24 00:15:58 -05:00
debug.c Add source amalgamation 2019-01-24 00:15:58 -05:00
emit.c Add source amalgamation 2019-01-24 00:15:58 -05:00
emit.h Add source amalgamation 2019-01-24 00:15:58 -05:00
fiber.c Add source amalgamation 2019-01-24 00:15:58 -05:00
fiber.h Add source amalgamation 2019-01-24 00:15:58 -05:00
gc.c Add source amalgamation 2019-01-24 00:15:58 -05:00
gc.h Add source amalgamation 2019-01-24 00:15:58 -05:00
io.c Add source amalgamation 2019-01-24 00:15:58 -05:00
marsh.c Add source amalgamation 2019-01-24 00:15:58 -05:00
math.c Add source amalgamation 2019-01-24 00:15:58 -05:00
os.c Add source amalgamation 2019-01-24 00:15:58 -05:00
parse.c Add source amalgamation 2019-01-24 00:15:58 -05:00
peg.c Add source amalgamation 2019-01-24 00:15:58 -05:00
pp.c Add source amalgamation 2019-01-24 00:15:58 -05:00
regalloc.c Add source amalgamation 2019-01-24 00:15:58 -05:00
regalloc.h Update copyright date, fix types, remove trailing whitespace. 2019-01-06 03:23:03 -05:00
run.c Add source amalgamation 2019-01-24 00:15:58 -05:00
specials.c Add source amalgamation 2019-01-24 00:15:58 -05:00
state.h Update copyright date, fix types, remove trailing whitespace. 2019-01-06 03:23:03 -05:00
string.c Add source amalgamation 2019-01-24 00:15:58 -05:00
strtod.c Add source amalgamation 2019-01-24 00:15:58 -05:00
struct.c Add source amalgamation 2019-01-24 00:15:58 -05:00
symcache.c Add source amalgamation 2019-01-24 00:15:58 -05:00
symcache.h Add source amalgamation 2019-01-24 00:15:58 -05:00
table.c Add source amalgamation 2019-01-24 00:15:58 -05:00
tuple.c Add source amalgamation 2019-01-24 00:15:58 -05:00
util.c Add source amalgamation 2019-01-24 00:15:58 -05:00
util.h Add source amalgamation 2019-01-24 00:15:58 -05:00
value.c Add source amalgamation 2019-01-24 00:15:58 -05:00
vector.c Add source amalgamation 2019-01-24 00:15:58 -05:00
vector.h Add source amalgamation 2019-01-24 00:15:58 -05:00
vm.c Add source amalgamation 2019-01-24 00:15:58 -05:00
wrap.c Add source amalgamation 2019-01-24 00:15:58 -05:00