1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-31 19:00:26 +00:00

Commit Graph

  • 9cbe36cb01 Remove FuncEnv and FuncDef types as implementation details Calvin Rose 2017-02-13 16:48:11 -0500
  • 42ecaf301a Remove ValuePrint. Improve ValueToString for reference types. Calvin Rose 2017-02-13 00:11:30 -0500
  • 37faac1f8a Fix read after free bug with GC sweep. Calvin Rose 2017-02-12 23:45:52 -0500
  • c64282f8bf Still searching for the bug, which seems to have to do an Array created in the copmile phase being freed early. Calvin Rose 2017-02-12 22:25:17 -0500
  • 439650f26a Add get and set instructions. GC is still buggy and currently crashes everything all the time. :( Calvin Rose 2017-02-12 21:54:18 -0500
  • f2d6b979f0 Merge branch 'master' of git+ssh://eng-grid.bu.edu/home/calsrose/code/interp Calvin Rose 2017-02-12 15:55:45 -0500
  • 4a15052d38 . Calvin Rose 2017-02-12 15:53:52 -0500
  • fccc7f25b5 Make some changes and begin work on macros. Calvin Rose 2017-02-12 15:16:55 -0500
  • 47d9aceb0a Fix return bug that caused problems with resetting the pc. Calvin Rose 2017-02-12 10:49:45 -0500
  • b9a9a9303c Several changes to VM and Compiler. Still WIP and non functional. Calvin Rose 2017-02-12 10:27:18 -0500
  • 9ffbdcb3e9 Add simple disassembler for debugging. Does not use labels. Calvin Rose 2017-02-11 14:01:06 -0500
  • 3794ec3acd More work on compiler. * Fix up while special form * Change Value functions to pass-by-value Calvin Rose 2017-02-09 23:28:11 -0500
  • 0557c8b2a6 Consolidate files * Move GC struct into VM for easier use. * Put all data structures into one file Calvin Rose 2017-02-09 18:50:47 -0500
  • 715c239fc1 Fix 'if' special form. Calvin Rose 2017-02-09 17:12:01 -0500
  • 3d7e574e05 Fix some memory leaks and buffer overrun bugs after profiling debugRepl with valgrind. Calvin Rose 2017-02-09 15:56:45 -0500
  • 7bc5233a7d Remove YCM completion files. Calvin Rose 2017-02-09 15:03:52 -0500
  • a80dd4bff3 First commit. Calvin Rose 2017-02-09 15:02:59 -0500