1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-17 05:58:06 +00:00

Add test nanbox implementation. Works for 32 bit and 64 bit x86

This commit is contained in:
bakpakin
2017-11-26 19:31:40 -05:00
parent 412d40d09f
commit 68f5ea4361
8 changed files with 619 additions and 382 deletions

View File

@@ -1,6 +1,7 @@
#include "unit.h"
#include <dst/dst.h>
int main() {
int64_t i;
dst_init();