commit ad2483e4e5a8bce718415154d6825358e1c63559
parent e4cc7bf0cd2598f72fa9351c2cdf96f275a98c36
Author: AlexKnauth <alexander@knauth.org>
Date: Sun, 24 Aug 2014 16:32:47 -0400
add links to source code and docs
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -3,6 +3,8 @@ afl
a meta-language for adding rackjure-like [anonymous function literals](http://www.greghendershott.com/rackjure/index.html#%28part._func-lit%29) to a language, based on at-exp and rackjure
+documentation: http://pkg-build.racket-lang.org/doc/afl@afl/index.html
+
[](https://travis-ci.org/AlexKnauth/afl)
Example:
diff --git a/afl/docs/afl.scrbl b/afl/docs/afl.scrbl
@@ -12,6 +12,8 @@
@(define-syntax-rule @afl[form ...]
@elem{@tt{#λ}@racket[form ...]})
+source code: @url["https://github.com/AlexKnauth/afl"]
+
@section{#lang afl}
@defmodulelang[afl]{