Go to file
Yuichi Nishiwaki 1422840a84 proc_new -> make_proc 2014-09-12 19:46:54 +09:00
include proc_new -> make_proc 2014-09-12 19:46:54 +09:00
README.md grammer fix for README 2014-08-26 02:47:32 +09:00
blob.c blob_new -> make_blob 2014-09-12 19:36:24 +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 proc_new -> make_proc 2014-09-12 19:46:54 +09:00
cont.c proc_new -> make_proc 2014-09-12 19:46:54 +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 dict_new -> make_dict 2014-09-12 19:41:20 +09:00
error.c error_new -> make_error 2014-09-12 19:42:09 +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 dict_new -> make_dict 2014-09-12 19:41:20 +09:00
load.c flatten the library hierarchy (again) 2014-09-08 19:38:19 +09:00
macro.c proc_new -> make_proc 2014-09-12 19:46:54 +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 blob_new -> make_blob 2014-09-12 19:36:24 +09:00
proc.c proc_new -> make_proc 2014-09-12 19:46:54 +09:00
read.c proc_new -> make_proc 2014-09-12 19:46:54 +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 proc_new -> make_proc 2014-09-12 19:46:54 +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.