janet/src/core
Calvin Rose 6b95326d7c First commit removing the integer number type. This should
remove some complexity and unexpected behavior around numbers in
general as all numbers are the same number type, IEEE 754 double
precision numbers. Also update examples and tests, some of which were
out of date.

Some more testing may be needed for new changes to numbers.
2018-12-27 13:05:29 -05:00
..
abstract.c Rename to janet 2018-09-05 22:18:42 -04:00
array.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
asm.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
buffer.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
bytecode.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
cfuns.c Update whitespace issue. 2018-11-28 16:38:48 -05:00
compile.c Update documentation to include source 2018-12-17 12:06:50 -05:00
compile.h Change syntax for namespaces. 2018-11-30 22:49:21 -05:00
core.janet First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
corelib.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
debug.c Fix typo. 2018-12-13 21:16:04 -05:00
emit.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
emit.h Rename to janet 2018-09-05 22:18:42 -04:00
fiber.c Update min fiber size. 2018-12-23 23:38:49 -05:00
fiber.h Fix web build again, simplify fibers and fiber 2018-11-26 09:03:26 -05:00
gc.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
gc.h Rename to janet 2018-09-05 22:18:42 -04:00
io.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
marsh.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
math.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
multisym.c Change syntax for namespaces. 2018-11-30 22:49:21 -05:00
os.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
parse.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
regalloc.c Rename to janet 2018-09-05 22:18:42 -04:00
regalloc.h Rename to janet 2018-09-05 22:18:42 -04:00
run.c Make source mapping use byte offset instead of line and col 2018-12-13 18:46:53 -05:00
specials.c Fix bug in compiler with if form under certain conditions. 2018-12-25 15:32:42 -05:00
state.h Merge code back from correctgc. 2018-09-23 17:53:55 -04:00
string.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
strtod.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
struct.c Add ability to index into structs and dictionaries generically. 2018-09-09 12:13:32 -04:00
symcache.c Web assembly build with emscripten. 2018-10-16 23:08:26 -04:00
symcache.h Rename to janet 2018-09-05 22:18:42 -04:00
table.c Change syntax for namespaces. 2018-11-30 22:49:21 -05:00
tuple.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
util.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
util.h Make source mapping use byte offset instead of line and col 2018-12-13 18:46:53 -05:00
value.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
vector.c Rename to janet 2018-09-05 22:18:42 -04:00
vector.h Rename to janet 2018-09-05 22:18:42 -04:00
vm.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00
wrap.c First commit removing the integer number type. This should 2018-12-27 13:05:29 -05:00