Backport of pull request #1514 on older versions of racket/racket
Go to file
2017-01-26 16:16:54 +01:00
experimental Beginning of an attempt to implement unsyntax in a ellipsis-preserving way (does not work) 2017-01-26 16:16:54 +01:00
scribblings Initial commit 2016-11-10 17:32:48 +01:00
.gitignore Initial commit 2016-11-10 17:32:48 +01:00
.travis.yml Don't run raco cover in .travis.yml, tests are not included. 2016-11-10 17:48:50 +01:00
info.rkt Initial commit 2016-11-10 17:32:48 +01:00
LICENSE.txt Initial commit 2016-11-10 17:32:48 +01:00
main.rkt Initial commit 2016-11-10 17:32:48 +01:00
README.md Initial commit 2016-11-10 17:32:48 +01:00
template-unsyntax-ellipsis.rkt Beginning of an attempt to implement unsyntax in a ellipsis-preserving way (does not work) 2017-01-26 16:16:54 +01:00
test-template-unsyntax-ellipsis.rkt Beginning of an attempt to implement unsyntax in a ellipsis-preserving way (does not work) 2017-01-26 16:16:54 +01:00

backport-template-pr1514

Pull Request https://github.com/racket/racket/pull/1514 for syntax/parse/experimental/template, backported as a package, so that syntax-local-template-metafunction-introduce can be used on older versions.

License

Racket Copyright (c) 2010-2016 PLT Design Inc.

Racket is distributed under the GNU Lesser General Public License (LGPL). This implies that you may link Racket into proprietary applications, provided you follow the rules stated in the LGPL. You can also modify Racket; if you distribute a modified version, you must distribute it under the terms of the LGPL, which in particular states that you must release the source code for the modified software.

See racket/src/COPYING_LESSER.txt for more information.