Commit Graph

2615 Commits

Author SHA1 Message Date
Yuichi Nishiwaki 5d1e8ede17 remove call/cc (the alias to call-with-current-continuation) 2014-08-25 17:12:07 +09:00
Yuichi Nishiwaki e0831c1aa3 change the interface of call/cc 2014-08-25 17:10:25 +09:00
Yuichi Nishiwaki 4cf8f3d7f6 remove file.c 2014-08-25 16:59:01 +09:00
Yuichi Nishiwaki 3225a89122 remove features and librarires procedures 2014-08-25 16:57:41 +09:00
Yuichi Nishiwaki 6a1b7c372d remove eval.c and load.c 2014-08-25 16:55:51 +09:00
Yuichi Nishiwaki bd2c5afb02 remove time.c and system.c 2014-08-25 16:55:01 +09:00
Yuichi Nishiwaki 1122292711 remove default library loader 2014-08-25 16:44:44 +09:00
Yuichi Nishiwaki da53e6eef3 fix xfile.c's include path 2014-08-25 16:38:40 +09:00
Yuichi Nishiwaki 1861aff2d1 import xhash, xrope, xfile, and xvect 2014-08-25 16:36:54 +09:00
Yuichi Nishiwaki aa3b385e27 extlibs should be placed under include/picrin/ 2014-08-25 16:21:32 +09:00
Yuichi Nishiwaki 9746db3b9b remove auto-generated files 2014-08-25 13:48:26 +09:00
Yuichi Nishiwaki 8a98394400 update README 2014-08-25 13:46:03 +09:00
Yuichi Nishiwaki 96b9a5ecfd remove LICENSE 2014-08-25 13:45:57 +09:00
Yuichi Nishiwaki bfef3b35b0 remove AUTHORS 2014-08-25 13:41:06 +09:00
Yuichi Nishiwaki ff21555a76 remove needless files 2014-08-25 13:39:15 +09:00
Yuichi Nishiwaki a1281a8e8c first commit 2014-08-25 13:38:09 +09:00
Yuichi Nishiwaki 79417040e6 Merge branch 'trie-reader' 2014-08-24 15:23:46 +09:00
Yuichi Nishiwaki 8d06a00483 don't refer to invalid memory region by ci->ip 2014-08-13 14:56:18 +09:00
Yuichi Nishiwaki b2e1c523bc refactor the last change 2014-08-13 14:55:26 +09:00
Yuichi Nishiwaki 8039ddf9c5 [bugfix] rhs of assignment may modify lhs pointer 2014-08-13 14:47:26 +09:00
Yuichi Nishiwaki e1fededa1e dispatch by string 2014-08-12 19:43:43 +09:00
Yuichi Nishiwaki 0dd7e85e72 [bugfix] plus reader broken 2014-08-12 19:42:54 +09:00
Yuichi Nishiwaki 252debb489 remember dispatch string 2014-08-12 19:40:32 +09:00
Yuichi Nishiwaki 7f3bbe88af s/read_unsigned_blob/read_blob/g 2014-08-12 11:06:55 +09:00
Yuichi Nishiwaki e34b580182 refactor boolean readers 2014-08-12 10:59:49 +09:00
Yuichi Nishiwaki d78026ac05 refactor comma reader 2014-08-12 10:52:35 +09:00
Yuichi Nishiwaki 058de5b7e9 reader by readtable 2014-08-12 09:14:43 +09:00
Yuichi Nishiwaki 8dae333bbd use int for character variables 2014-08-12 09:09:24 +09:00
Yuichi Nishiwaki d922fb9747 unused type alias 2014-08-12 09:09:03 +09:00
Yuichi Nishiwaki d2a06d8efa add unmatch handler 2014-08-12 08:32:52 +09:00
Yuichi Nishiwaki aec33d59da read_pipe didn't satisfy reader signature 2014-08-12 08:31:00 +09:00
Sunrim KIM (keen) 99081590a5 wrap variable expantion with ${} 2014-08-11 23:11:13 +09:00
Sunrim KIM (keen) 5097c522e8 include picrin's headers before editlines' so as they can refer <stdio> 2014-08-11 23:10:27 +09:00
Sunrim KIM (keen) 9b390a58d3 Find readline.h in both editline/ and edit/readline/ 2014-08-11 21:39:04 +09:00
Yuichi Nishiwaki e3fc2d5009 add reader struct 2014-08-11 18:39:04 +09:00
Yuichi Nishiwaki bf9db30059 cosmetic changes 2014-08-11 18:38:59 +09:00
Yuichi Nishiwaki afe0e5a1e0 add in-library 2014-08-11 18:16:33 +09:00
Sunrim KIM (keen) df471bd5a2 find exactly required header file 2014-08-11 15:16:00 +09:00
Sunrim KIM (keen) 8cc74a6c87 remove redundant code 2014-08-11 15:14:43 +09:00
Yuichi Nishiwaki c7f3346be6 Merge pull request #192 from KeenS/better-load-error-message
generate better load error message
2014-08-11 12:26:06 +09:00
Sunrim KIM (keen) 51a2a95bc1 generate better load error message 2014-08-11 11:12:32 +09:00
Yuichi Nishiwaki 57d3618c5a more detail error message on car/cdr error 2014-08-09 20:03:58 +09:00
Sunrim KIM (keen) ea18e54517 separate example from test 2014-08-09 15:09:21 +09:00
Sunrim KIM (keen) 114d4b5163 add history-expand and its test cases 2014-08-09 15:00:45 +09:00
Sunrim KIM (keen) d3acad378c add test and description comment 2014-08-09 06:32:46 +09:00
Sunrim KIM (keen) 54eed63df6 implement history manipurating procedures 2014-08-09 06:32:13 +09:00
Sunrim KIM (keen) 9583cfa4e0 comment out `read-history` test 2014-08-09 03:53:53 +09:00
Sunrim KIM (keen) cc35671a0a Merge branch 'master' into editline 2014-08-09 02:56:02 +09:00
Yuichi Nishiwaki bd98dda5d0 support exponential literal 2014-08-08 15:38:29 +09:00
Yuichi Nishiwaki 977345392f no need char conversion 2014-08-08 15:19:10 +09:00