Commit Graph

  • beee153074 don't initialize history (it seems not to be necessary, though I'm not confident Sunrim KIM (keen) 2014-08-07 18:07:18 +0900
  • 6b9a7788e1 add scratch Sunrim KIM (keen) 2014-08-07 16:35:33 +0900
  • 13eb47046e Merge branch 'define-record-writer' Yuichi Nishiwaki 2014-08-07 12:03:11 +0900
  • fff22f253f use define-record-writer to set custom writer to <array> type Yuichi Nishiwaki 2014-08-07 11:52:00 +0900
  • 75138db4db add define-record-writer Yuichi Nishiwaki 2014-08-07 11:47:23 +0900
  • 53a732e9c4 Merge branch 'libraries' Yuichi Nishiwaki 2014-08-07 11:21:15 +0900
  • d98cb495a3 [bugfix] define standard functions before loading piclibs Yuichi Nishiwaki 2014-08-07 11:20:28 +0900
  • 97bb9085af import (picrin library) to (picrin user) by default Yuichi Nishiwaki 2014-08-07 11:20:12 +0900
  • 7653cb4bb1 add libraries function Yuichi Nishiwaki 2014-08-07 11:14:58 +0900
  • 474a625349 inline push_sym macro Yuichi Nishiwaki 2014-08-07 11:06:38 +0900
  • 6996b80f10 Merge branch 'reader-constructor' Yuichi Nishiwaki 2014-08-07 00:30:02 +0900
  • f4aceb1c2a Merge pull request #186 from zeptometer/fix-syntax-rules Yuichi Nishiwaki 2014-08-06 23:08:55 +0900
  • 448e3caeaa don't use user printer for records in debug mode Yuichi Nishiwaki 2014-08-06 22:15:49 +0900
  • 8a5a3e6b97 refactor record type bootstrap Yuichi Nishiwaki 2014-08-06 22:15:35 +0900
  • a35dd8463c in syntax-rules, literals is prior to underscore zeptometer 2014-08-06 21:47:21 +0900
  • 4f59e07539 fix bug that errors when matching vector rule with non-vector expression zeptometer 2014-08-06 21:05:20 +0900
  • b91939f5aa fix bug when syntax-rules expand rules including vector zeptometer 2014-08-06 20:11:59 +0900
  • 0eecddb5da set array printer Yuichi Nishiwaki 2014-08-06 17:00:32 +0900
  • 7de95e2817 user-defined printers for record objects Yuichi Nishiwaki 2014-08-06 16:54:18 +0900
  • 0f89e04548 small refactoring on <record-type> Yuichi Nishiwaki 2014-08-06 16:27:12 +0900
  • 9316ba468b import (picrin array) and (picrin dictionary) in (picrin user) by default Yuichi Nishiwaki 2014-08-06 15:54:16 +0900
  • 2b66b7c5a2 allow arbitrary objects at codegen time Yuichi Nishiwaki 2014-08-06 15:53:54 +0900
  • a4a2bde6ba use read-time eval literals for eof-object and dictionries Yuichi Nishiwaki 2014-08-06 15:53:29 +0900
  • d62727bef9 add read-time eval Yuichi Nishiwaki 2014-08-06 15:53:22 +0900
  • e339b7c64a external form using srfi-10 for dictionaries Yuichi Nishiwaki 2014-08-06 15:10:48 +0900
  • 312914fa0d use #, reader literal to write eof-object Yuichi Nishiwaki 2014-08-06 15:02:19 +0900
  • b64cdd6724 remove redundant code Yuichi Nishiwaki 2014-08-06 14:58:23 +0900
  • b0c9c468c0 s/<type>/<record-type>/g Yuichi Nishiwaki 2014-08-06 14:34:46 +0900
  • 86698f974f add <type> type Yuichi Nishiwaki 2014-08-06 11:45:03 +0900
  • 7a98c3619a store rectype information to slot hash Yuichi Nishiwaki 2014-08-06 11:36:36 +0900
  • 0610c0e95b use <foo> style in naming record type Yuichi Nishiwaki 2014-08-06 11:33:07 +0900
  • 7b251a7129 change record API; remove record-of? and add record-type Yuichi Nishiwaki 2014-08-06 11:30:14 +0900
  • bac96b2e54 s/slotname/slot/g Yuichi Nishiwaki 2014-08-06 11:26:35 +0900
  • 1a7df924ab export destructuring-bind Yuichi Nishiwaki 2014-08-06 03:05:18 +0900
  • 5a3443a881 add destructuring-define Yuichi Nishiwaki 2014-08-06 03:01:17 +0900
  • b0b60d3f01 renaming export in d-lambda Yuichi Nishiwaki 2014-08-06 02:56:32 +0900
  • f37c2c25f7 refactor destructuring-lambda Yuichi Nishiwaki 2014-08-06 02:55:36 +0900
  • 91d2dd0b02 Merge pull request #174 from KeenS/refactor-contrib Yuichi Nishiwaki 2014-08-06 02:41:08 +0900
  • 41f1c9962a add missing files Yuichi Nishiwaki 2014-08-06 02:15:29 +0900
  • 772c59dead add (picrin symbol) Yuichi Nishiwaki 2014-08-06 02:14:43 +0900
  • bc47968ea1 add (picrin list) and (picrin base list) Yuichi Nishiwaki 2014-08-06 02:07:02 +0900
  • f70b6c5240 add (picrin base macro) primitives Yuichi Nishiwaki 2014-08-06 01:46:11 +0900
  • 6b01f36914 Merge branch 'define-is-a-macro' Yuichi Nishiwaki 2014-08-06 01:36:07 +0900
  • 1d42771b54 define 'define' as a user-level macro Yuichi Nishiwaki 2014-08-06 01:34:07 +0900
  • 610e1013f7 add (picrin base) library Yuichi Nishiwaki 2014-08-06 01:16:37 +0900
  • 261c592d79 move core syntaxes from (scheme base) to (picrin base core) Yuichi Nishiwaki 2014-08-06 01:14:43 +0900
  • 5a4764b6bb Merge branch 'destructuring-lambda' Yuichi Nishiwaki 2014-08-05 12:55:49 +0900
  • d669d48aa7 add destructuring lambda Yuichi Nishiwaki 2014-08-05 12:53:33 +0900
  • db7c129e71 s/pic_record_record/pic_record_make_record/g Yuichi Nishiwaki 2014-08-05 12:05:18 +0900
  • f44c5189f0 reorder functions following the guide by r7rs. Yuichi Nishiwaki 2014-08-05 02:20:05 +0900
  • a022941c98 inline cxr functions Yuichi Nishiwaki 2014-08-05 02:08:14 +0900
  • bca13f3f44 Merge pull request #182 from zeptometer/native-record zeptometer 2014-08-04 23:28:09 +0900
  • ef38874850 add predicate record? to (picrin record), and fix bug of record-type predicate Yuito Murase 2014-08-04 23:01:47 +0900
  • cd96014104 record-ref and record-set! don't check type Yuito Murase 2014-08-04 12:40:41 +0900
  • 8934c99ac2 move (picrin record-primitive) to (picrin record) Yuito Murase 2014-08-04 07:38:27 +0900
  • 9e9666999e fix style Yuito Murase 2014-08-04 07:36:31 +0900
  • 0c4d2b9cef Merge remote-tracking branch 'upstream/master' into native-record Yuito Murase 2014-08-03 16:19:54 +0900
  • fa0de0c3fa Merge remote-tracking branch 'upstream/master' into native-record Yuito Murase 2014-08-03 15:48:24 +0900
  • 0095fa6a57 prelude to base Yuichi Nishiwaki 2014-08-03 15:47:25 +0900
  • c76dfcb861 implement native record Yuito Murase 2014-07-26 10:47:48 +0900
  • c2982a4252 no need to overwrite eval Yuichi Nishiwaki 2014-08-03 14:46:08 +0900
  • e16de03b65 abort execution when an error occurred during running a file program Yuichi Nishiwaki 2014-08-03 14:38:38 +0900
  • 9375aadf4b split files Yuichi Nishiwaki 2014-08-03 14:19:55 +0900
  • a2fc679fab inline 'with' macro Yuichi Nishiwaki 2014-08-03 14:18:41 +0900
  • e795b4a75a small refactor Yuichi Nishiwaki 2014-08-03 14:16:13 +0900
  • 82f82da213 remove old code that has been commented out for a long Yuichi Nishiwaki 2014-08-03 14:04:26 +0900
  • 3f2b1d85bf remove unused helper function Yuichi Nishiwaki 2014-08-03 14:02:13 +0900
  • e73d9cc590 compiler may perform tco against macroexpand_node Yuichi Nishiwaki 2014-08-03 13:52:18 +0900
  • 48003c2ce1 Merge branch 'update-xhash' Yuichi Nishiwaki 2014-08-01 18:52:31 +0900
  • fd6792b7e5 pic_sym should be an alias to int (for the convenience to use xhash for pic_sym) Yuichi Nishiwaki 2014-08-01 18:48:36 +0900
  • c1e6645086 use brand new API style of xhash Yuichi Nishiwaki 2014-08-01 18:48:14 +0900
  • 055a288199 update xhash Yuichi Nishiwaki 2014-07-30 13:33:27 +0900
  • 80dde12fc3 fix test case Yuichi Nishiwaki 2014-07-29 18:12:57 +0900
  • 52aa837bea support #!fold-case directive Yuichi Nishiwaki 2014-07-29 18:12:45 +0900
  • f639734cb1 remove tests about exact ratinoals. r7rs doesn't require them. Yuichi Nishiwaki 2014-07-29 17:47:02 +0900
  • d9958143e3 file functions should return file-error Yuichi Nishiwaki 2014-07-29 17:45:40 +0900
  • b61ad3f0bb improve (tan 1) test accuracy Yuichi Nishiwaki 2014-07-29 17:39:37 +0900
  • c3a4348d2c comment out rational? test Yuichi Nishiwaki 2014-07-29 17:37:08 +0900
  • 2f7f2a5b93 s/lib_tbl/libs/g Yuichi Nishiwaki 2014-07-29 16:22:55 +0900
  • dbad3690af Merge branch 'global-table' Yuichi Nishiwaki 2014-07-29 16:12:00 +0900
  • f26def254d remove commented function Yuichi Nishiwaki 2014-07-29 16:10:31 +0900
  • 1ae29c8449 inline global_ref and global_def. Yuichi Nishiwaki 2014-07-27 20:56:19 +0900
  • 38076e738e lookup global variable by name Yuichi Nishiwaki 2014-07-27 20:51:59 +0900
  • c646c4e0ed Merge branch 'rewrite-repl-in-scheme' Yuichi Nishiwaki 2014-07-29 16:05:10 +0900
  • 83ba9af7aa comment out an assertion Yuichi Nishiwaki 2014-07-29 16:01:12 +0900
  • 48b5d6b578 [bugfix] interleave newline Yuichi Nishiwaki 2014-07-29 15:57:26 +0900
  • 1a891036f2 [bugfix] print should print a newline to given port Yuichi Nishiwaki 2014-07-29 15:56:50 +0900
  • a15ec868ba -h option should return exit status 1 Yuichi Nishiwaki 2014-07-29 15:44:22 +0900
  • 9b95c3c75e exit status Yuichi Nishiwaki 2014-07-29 15:43:59 +0900
  • 36f4a8fa66 support file execution Yuichi Nishiwaki 2014-07-29 15:43:43 +0900
  • 96f8a969e0 print takes an optional argument for output port, and returns obj itself Yuichi Nishiwaki 2014-07-29 15:42:52 +0900
  • f09a27cd0a [bugfix] case doesn't compare string equality Yuichi Nishiwaki 2014-07-29 15:42:35 +0900
  • ea0ebf5126 [bugfix] command-line returned reversed list of command line arguments Yuichi Nishiwaki 2014-07-29 15:31:24 +0900
  • 2f7a51c096 move the repl source to under piclib Yuichi Nishiwaki 2014-07-29 15:23:40 +0900
  • dd52dee01c no exit Yuichi Nishiwaki 2014-07-28 13:22:24 +0900
  • 786cf9d894 fix main.scm Yuichi Nishiwaki 2014-07-28 11:44:19 +0900
  • fc388f8d46 call main.scm inside main.c Yuichi Nishiwaki 2014-07-28 11:43:52 +0900
  • db38f13600 add main.scm Yuichi Nishiwaki 2014-07-28 11:37:46 +0900
  • bc0b1aa6d6 Merge pull request #181 from KeenS/rspi Yuichi Nishiwaki 2014-07-28 02:23:02 +0900
  • 7a64ecc8bf refactor macroexpand-1 Yuichi Nishiwaki 2014-07-28 02:22:02 +0900