Go to file
Yuichi Nishiwaki e58f216b2d remove include 2014-09-12 18:52:32 +09:00
include more efficient impelementation of nan boxing 2014-09-12 13:50:23 +09:00
README.md grammer fix for README 2014-08-26 02:47:32 +09:00
blob.c first commit 2014-08-25 13:38:09 +09:00
bool.c first commit 2014-08-25 13:38:09 +09:00
boot.c remove include 2014-09-12 18:52:32 +09:00
char.c char comparators 2014-09-10 17:18:14 +09:00
codegen.c more efficient impelementation of nan boxing 2014-09-12 13:50:23 +09:00
cont.c Revert "change the interface of call/cc" 2014-09-08 20:41:31 +09:00
data.c first commit 2014-08-25 13:38:09 +09:00
debug.c first commit 2014-08-25 13:38:09 +09:00
dict.c remove dicitonary-for-each 2014-09-08 20:47:29 +09:00
error.c change interface of format functions 2014-08-26 13:30:08 +09:00
eval.c flatten the library hierarchy (again) 2014-09-08 19:38:19 +09:00
file.c [bugfix] rename procedures 2014-09-08 19:47:50 +09:00
gc.c support macroexpansion of inter-referential definitions 2014-09-10 14:42:36 +09:00
init.c unix and linux feature may coexist 2014-09-12 17:36:28 +09:00
lib.c diet cond-expand 2014-09-10 02:08:58 +09:00
load.c flatten the library hierarchy (again) 2014-09-08 19:38:19 +09:00
macro.c deal with exceptions inside macroexpansion 2014-09-10 15:20:36 +09:00
number.c remove unused math functions 2014-09-05 03:45:24 +09:00
pair.c flatten library hierarchy 2014-09-01 11:37:52 +09:00
port.c add call-with-port 2014-09-10 17:42:55 +09:00
proc.c flatten library hierarchy 2014-09-01 11:37:52 +09:00
read.c delete pic_parse family 2014-09-01 13:23:32 +09:00
record.c flatten library hierarchy 2014-09-01 11:37:52 +09:00
state.c initial import of cond-expand from @KeenS's patch 2014-09-10 01:48:20 +09:00
string.c string conversion functions 2014-09-10 20:09:32 +09:00
symbol.c flatten library hierarchy 2014-09-01 11:37:52 +09:00
system.c flatten the library hierarchy (again) 2014-09-08 19:38:19 +09:00
time.c flatten the library hierarchy (again) 2014-09-08 19:38:19 +09:00
var.c flatten library hierarchy 2014-09-01 11:37:52 +09:00
vector.c remove vec_extend_ip. close #9 2014-09-10 02:52:03 +09:00
vm.c Revert "continuation object is applicable" 2014-09-08 20:40:48 +09:00
write.c flatten library hierarchy 2014-09-01 11:37:52 +09:00

README.md

Benz

Benz is core module of the Picrin Scheme interpreter. It includes all components necessary to run in a stand-alone environment.

Authors

See https://github.com/picrin-scheme/benz and https://github.com/picrin-scheme/picrin for details.

LICENSE

Copyright (c) 2013-2014 Yuichi Nishiwaki and other picrin contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.