janet/src/core
Calvin Rose 2d7df6b78e Many changes for adding dynamic (fiber-level) scope.
- Allow passing a table to fibers, which make fiber level scope easier.
- Add fiber/getenv, fiber/setenv, dyn, and setdyn
- Remove meta, *env*, and *doc-width*
- Some functions changed dignatures, and no longer take an env
2019-04-16 15:41:45 -04:00
..
abstract.c fix C source format 2019-02-23 17:13:43 +01:00
array.c More updates to meson 2019-03-23 13:50:50 -04:00
asm.c Quasiquoting bracketed tuples. 2019-03-31 14:15:26 -04:00
buffer.c Shut up some warnings from clang's static analyzer. 2019-02-22 12:10:27 -05:00
bytecode.c Quasiquoting bracketed tuples. 2019-03-31 14:15:26 -04:00
capi.c Add more os module functions. 2019-03-28 23:23:58 -04:00
cfuns.c Add make format to format code. 2019-02-19 20:51:34 -05:00
compile.c More updates to meson 2019-03-23 13:50:50 -04:00
compile.h Add break special. 2019-03-09 17:15:50 -05:00
corelib.c Many changes for adding dynamic (fiber-level) scope. 2019-04-16 15:41:45 -04:00
debug.c Shut up some warnings from clang's static analyzer. 2019-02-22 12:10:27 -05:00
emit.c Use one tag type true and false 2019-03-13 14:50:25 -04:00
emit.h Add source amalgamation 2019-01-24 00:15:58 -05:00
fiber.c Many changes for adding dynamic (fiber-level) scope. 2019-04-16 15:41:45 -04:00
fiber.h Rename the header <janet/janet.h> to <janet.h> 2019-02-18 20:13:35 -05:00
gc.c Many changes for adding dynamic (fiber-level) scope. 2019-04-16 15:41:45 -04:00
gc.h Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00
inttypes.c Add more os module functions. 2019-03-28 23:23:58 -04:00
io.c Add tostring method for abstract types. 2019-03-19 13:36:26 -04:00
marsh.c Many changes for adding dynamic (fiber-level) scope. 2019-04-16 15:41:45 -04:00
math.c Add make format to format code. 2019-02-19 20:51:34 -05:00
os.c semicolon 2019-04-05 14:45:45 -04:00
parse.c Fix parse insert bug. 2019-04-13 14:38:30 -04:00
peg.c Prepare for 0.4.1 release 2019-04-14 11:42:41 -04:00
pp.c Fix cfunction debugging issue 2019-03-27 00:14:51 -04:00
regalloc.c Fix some issues found with -fsanitize=undefined 2019-03-04 11:17:34 -05:00
regalloc.h Update copyright date, fix types, remove trailing whitespace. 2019-01-06 03:23:03 -05:00
run.c Many changes for adding dynamic (fiber-level) scope. 2019-04-16 15:41:45 -04:00
specials.c Quasiquoting bracketed tuples. 2019-03-31 14:15:26 -04:00
state.h Experimental changes to janet_call to make it faster. 2019-02-01 11:56:25 -05:00
string.c Shut up some warnings from clang's static analyzer. 2019-02-22 12:10:27 -05:00
strtod.c Quiet appveyor warnings. 2019-03-18 22:00:20 -04:00
struct.c Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00
symcache.c Shut up some warnings from clang's static analyzer. 2019-02-22 12:10:27 -05:00
symcache.h Rename the header <janet/janet.h> to <janet.h> 2019-02-18 20:13:35 -05:00
table.c Use one tag type true and false 2019-03-13 14:50:25 -04:00
tuple.c Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00
typedarray.c Add janetconf.h for configuring builds. 2019-03-22 14:33:30 -04:00
util.c Fix cfunction debugging issue 2019-03-27 00:14:51 -04:00
util.h More updates to meson 2019-03-23 13:50:50 -04:00
value.c fix AbstractType get/set error message 2019-03-26 21:47:12 -04:00
vector.c Add make format to format code. 2019-02-19 20:51:34 -05:00
vector.h Rename the header <janet/janet.h> to <janet.h> 2019-02-18 20:13:35 -05:00
vm.c Fix undefined behavior bug with errors. 2019-04-10 23:29:40 -04:00
wrap.c Use one tag type true and false 2019-03-13 14:50:25 -04:00