提交历史

作者 SHA1 备注 提交日期
  Jeremiah Orians c06faa77e0 Release 0.0.9 7 年之前
  Jeremiah Orians 9be2763c40 Incorporated number? and symbol? into stage2 lisp 7 年之前
  Jeremiah Orians 1926a9d6b7 Added list->string primitive to stage2 lisp 7 年之前
  Jeremiah Orians f835312b3c Fixing documentation for initial malloc pointer. Tempted to make CONS 7 年之前
  Jeremiah Orians 437bfe90b7 Removed unrequired primitive 7 年之前
  Jeremiah Orians 21e06a6dfa Bunch of renames and 1 new internal function for future use 7 年之前
  Jeremiah Orians 51c7c98a05 Adding string? primitive to stage2 lisp 7 年之前
  Jeremiah Orians 157bec9609 Added char? primitive to stage2 lisp 7 年之前
  Jeremiah Orians ef68ad2d3b Added string->list to stage2 lisp 7 年之前
  Jeremiah Orians 7619d6c779 Added char->integer and integer->char 7 年之前
  Jeremiah Orians f3f8ec5a32 Implemented basic raw string support in stage2 lisp, many more 7 年之前
  Jeremiah Orians 23b12e0ef9 Fixed lisp's behavior when there is insufficient memory 7 年之前
  Jeremiah Orians 31a9a10d8d Added essential string comparison primitive. 7 年之前
  Jeremiah Orians f28b86d697 Implemented NULL? into stage2 lisp and adjusted accordingly 7 年之前
  Jeremiah Orians 9bf8255849 Fixing assoc in mixed lexical scope 7 年之前
  Jeremiah Orians 5f78bfdf0b Fixed Let Expressions 7 年之前
  Jeremiah Orians a8360e1b4f Converted stage2 lisp to Lexical scope and added Let expressions 7 年之前
  Jeremiah Orians 1b3e5ca5c6 Finished implementing Cell compaction and basic regression 7 年之前
  Jeremiah Orians f7810bbf80 Order Free Cells from Lowest to highest address (minor performance boost) 7 年之前
  Jeremiah Orians 8534be74a5 Made minimium changes required to only mark/sweep the cells that have 7 年之前
  Jeremiah Orians adaa132b63 Incorporated write command from High Level Lisp into assembly lisp. Now we can use it as a compiler too 7 年之前
  Jeremiah Orians 87477db7eb Added requested Copyright notices 7 年之前
  Jeremiah Orians 5f6c7f82bc Added license to all source files 7 年之前
  Jeremiah Orians 8727b3fb1c Correct for the fact you will run out of stack space before you run out of CONS Cells in only 2MB of ram 7 年之前
  Jeremiah Orians 75f8d5ba13 Fixed the bug in Write_Int that prevented the display of the number Zero 7 年之前
  Jeremiah Orians 5c7336b650 Added support for negative number output. However only able to correctly show output from 2147483647 to -2147483647, with the minor exception of 0 7 年之前
  Jeremiah Orians fe092614aa Added support for reading negative numbers 7 年之前
  Jeremiah Orians 5fa6d33d99 Flushed out Prim_Display and added support for ASCII in EVAL + Proper debugging message 7 年之前
  Jeremiah Orians f566ce87bd Added framework for prim_display 7 年之前
  Jeremiah Orians 8aa4ddd62a Accidentially flipped if displaying on NIL or Not NIL 7 年之前