1
0
Fork
You've already forked unsyntax
0
(Unofficial fork) An R7RS expander
  • Scheme 91.9%
  • Shell 5.4%
  • Makefile 2.1%
  • M4 0.6%
Find a file
2021年09月01日 11:15:54 +00:00
.gnulib @a4e28bb23a Merge identifier properties on import 2021年09月01日 11:15:54 +00:00
doc typofix 2021年04月04日 15:55:21 +02:00
lib Switch the build configuration to a non-recursive make. 2020年09月20日 19:43:28 +02:00
m4 Switch the build configuration to a non-recursive make. 2020年09月20日 19:43:28 +02:00
man Switch the build configuration to a non-recursive make. 2020年09月20日 19:43:28 +02:00
scripts/git-hooks Switch the build configuration to a non-recursive make. 2020年09月20日 19:43:28 +02:00
src Merge identifier properties on import 2021年09月01日 11:15:54 +00:00
tests Fix sc-macro-transformer semantics. 2021年04月08日 08:47:33 +02:00
.dir-locals.el Add meta definitions as in Chez Scheme. 2020年10月22日 12:55:02 +02:00
.gitignore Add basic Texinfo documentation. 2020年09月21日 15:13:06 +00:00
.gitlab-ci.yml Add the missing (scheme time) library. 2020年09月21日 17:34:25 +02:00
.gitmodules Update .gitlab-ci.yml. 2020年09月17日 21:52:13 +02:00
.prev-version maint: post-release administrivia 2020年10月18日 16:03:28 +02:00
AUTHORS Initial commit 2020年09月17日 19:44:45 +02:00
bootstrap Implement alias feature for the standard libraries. 2020年09月21日 19:51:41 +00:00
bootstrap.conf Add the missing (scheme time) library. 2020年09月21日 17:34:25 +02:00
cfg.mk maint: post-release administrivia 2020年10月18日 16:03:28 +02:00
configure.ac Switch the build configuration to a non-recursive make. 2020年09月20日 19:43:28 +02:00
COPYING Initial commit 2020年09月17日 19:44:45 +02:00
Makefile.am Add basic Texinfo documentation. 2020年09月21日 15:13:06 +00:00
NEWS Complete the implementations of modules and local imports. 2020年10月27日 13:31:19 +01:00
README Initial commit 2020年09月17日 19:44:45 +02:00
README-alpha Initial commit 2020年09月17日 19:44:45 +02:00
README-hacking Add man pages 2020年09月18日 16:20:59 +00:00
THANKS Fix local include form. 2020年12月11日 14:50:10 +01:00
TODO Complete the implementations of modules and local imports. 2020年10月27日 13:31:19 +01:00

Unsyntax is an expander for R7RS programs. This package contains an
interpreter, a compiler, and a REPL. It currently uses Chibi-Scheme as a
backend.
Unsyntax's home page is https://www.unsyntax.org
* Installation
** Build from git
The README-hacking is about building, modifying and checking Unsyntax. See
its "Working from the Repository" section to build Unsyntax from the git
repo. Roughly, run:
 $ ./bootstrap
then proceed with the usual ‘configure && make’ steps.
** Build from tarball
See the file INSTALL for generic compilation and installation instructions.
Unsyntax requires (the development version of) Chibi-Scheme to build and
run.
* Bug reports
Please send bug reports to <marc@nieper-wisskirchen.de>. Be sure to include
the version number from ‘unsyntax-scheme --version’, and a complete,
self-contained test case in each bug report.
* Copyright statements
For any copyright year range specified as YYYY-ZZZZ in this package, note
that the range specifies every single year in that closed interval.
-----
Copyright (C) 2020 Marc Nieper-Wißkirchen
This file is part of Unsyntax.
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 (including the
next paragraph) 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.
Local Variables:
mode: outline
fill-column: 76
End: