Commit Graph

2790 Commits

Author SHA1 Message Date
Yuichi Nishiwaki 6cb34f063d Revert "remove eval.c and load.c"
This reverts commit 6a1b7c372d.
2014-09-08 18:47:20 +09:00
Yuichi Nishiwaki 349d012b26 Revert "remove file.c"
This reverts commit 4cf8f3d7f6.
2014-09-08 18:46:47 +09:00
Yuichi Nishiwaki c3ef97992d move core syntaxes 2014-09-08 17:16:05 +09:00
Yuichi Nishiwaki 685d21a1e2 move define-record-type 2014-09-08 17:15:50 +09:00
Yuichi Nishiwaki c15999cc76 update benz 2014-09-08 17:08:38 +09:00
Yuichi Nishiwaki b8b5743589 continuation object is applicable 2014-09-05 14:15:46 +09:00
Yuichi Nishiwaki 3a4de8895e [bugfix] continue should set cont->results 2014-09-05 14:08:13 +09:00
Yuichi Nishiwaki a0945a323f remove unused math functions 2014-09-05 03:45:24 +09:00
Yuichi Nishiwaki e56f2dce28 immutable string 2014-09-05 03:37:52 +09:00
Yuichi Nishiwaki b4d1abe54f remove unused port operaotrs 2014-09-05 03:24:06 +09:00
Yuichi Nishiwaki 268191d1c5 reorder base.scm 2014-09-05 03:08:11 +09:00
Yuichi Nishiwaki 6f40dcc5df refactor define-record-writer 2014-09-04 19:14:43 +09:00
Yuichi Nishiwaki 85ccc30821 remove scheme implemetation of identifier=? 2014-09-04 19:14:27 +09:00
Yuichi Nishiwaki be9d518e2f addictional argument for pic_open 2014-09-04 19:11:41 +09:00
Yuichi Nishiwaki 7b55328ce6 rewrite load.c 2014-09-04 19:11:33 +09:00
Yuichi Nishiwaki 7a2b897f17 add scheme/read.scm and scheme/write.scm 2014-09-04 18:59:25 +09:00
Yuichi Nishiwaki 055ec2538d update prototypes (picrin/symbol.scm, picrin/list.scm, picrin/base.scm) 2014-09-04 18:59:10 +09:00
Yuichi Nishiwaki 42ddd5793e update benz 2014-09-04 18:43:53 +09:00
Yuichi Nishiwaki 14e7fd4e98 implement identifier=? 2014-09-04 18:43:12 +09:00
Yuichi Nishiwaki 5867c1e87e Merge pull request #199 from KeenS/srfi-links
Hyper link srfi's pages
2014-09-01 23:58:30 +09:00
Yuichi Nishiwaki 40e96e4c2a Merge pull request #205 from KeenS/main-option
add -l option
2014-09-01 23:57:55 +09:00
Sunrim KIM (keen) 6e71dd3f1d add -l option 2014-09-01 22:51:04 +09:00
Sunrim KIM (keen) ed1a226aef grammer fix 2014-09-01 20:57:32 +09:00
Yuichi Nishiwaki 2a347847ae drop dependency on stdio.h 2014-09-01 13:48:40 +09:00
Yuichi Nishiwaki 0f55478a19 pluggable stdios 2014-09-01 13:43:54 +09:00
Yuichi Nishiwaki 03716567c9 delete pic_parse family 2014-09-01 13:23:32 +09:00
Yuichi Nishiwaki 1e8ab8bf0f s/make_library/open_library/g 2014-09-01 13:07:38 +09:00
Yuichi Nishiwaki a4c82f10d2 (scheme base) is no longer the default library of benz. refer to (picrin
base) instead.
2014-09-01 13:01:56 +09:00
Yuichi Nishiwaki a227498f5b hold standard library references in pic_state 2014-09-01 13:01:17 +09:00
Yuichi Nishiwaki fb28cd003e flatten library hierarchy 2014-09-01 11:37:52 +09:00
Yuichi Nishiwaki 7f092cb9ab managed to make it work 2014-09-01 09:53:19 +09:00
Yuichi Nishiwaki 8764bec50b move main.c to src/ 2014-09-01 09:40:55 +09:00
Yuichi Nishiwaki 83f580bfcf initial benz integration 2014-09-01 09:33:28 +09:00
Yuichi Nishiwaki a2e968fe46 remove include headers 2014-09-01 09:16:44 +09:00
Yuichi Nishiwaki 758c607046 delete old submodules 2014-09-01 09:11:45 +09:00
Yuichi Nishiwaki 4ff302bfcf add benz submodule 2014-09-01 09:08:48 +09:00
Yuichi Nishiwaki a3a8b11d4b lset/lerf can access to torn-off regions because of call/cc 2014-09-01 09:01:00 +09:00
Yuichi Nishiwaki 129c4c1bd9 vm_tear_off should happen in cont. saving, not in restoring 2014-09-01 08:56:59 +09:00
Yuichi Nishiwaki b96d6fb0d4 Merge branch 'issue-201' 2014-09-01 08:52:18 +09:00
Yuichi Nishiwaki 91f75bc226 lset/lref can access to torn-off regions because of call/cc 2014-09-01 08:50:51 +09:00
Yuichi Nishiwaki 86c335dd77 vm_tear_off should happen in cont. saving, not in restoring 2014-09-01 08:50:11 +09:00
Yuichi Nishiwaki 5c090a48ef remove unused config flags 2014-09-01 02:20:52 +09:00
Yuichi Nishiwaki eb05f70e9c [doc] getopt dependency was dropped. 2014-09-01 02:04:08 +09:00
Yuichi Nishiwaki 4fa335af83 grammar bugfix 2014-09-01 01:58:47 +09:00
Sunrim KIM (keen) 09aa3337fd add missing link of srfi 111 2014-09-01 01:02:48 +09:00
Sunrim KIM (keen) 904e9ab55d add missing link of srfi 17 2014-09-01 01:02:48 +09:00
Sunrim KIM (keen) 7464887e14 hyper link srfi's pages 2014-09-01 01:02:48 +09:00
Yuichi Nishiwaki a290bb0b04 [repl] support multiple line input 2014-09-01 01:00:30 +09:00
Sunrim KIM (keen) 883a38ecde move contrib's docs into thir directories 2014-08-31 23:04:35 +09:00
Yuichi Nishiwaki e4ae3585eb delete needless include 2014-08-31 02:40:17 +09:00