From ad2483e4e5a8bce718415154d6825358e1c63559 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Sun, 24 Aug 2014 16:32:47 -0400 Subject: [PATCH] add links to source code and docs --- README.md | 2 ++ afl/docs/afl.scrbl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 04e848e..1aec9ff 100644 --- 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 + [![Build Status](https://travis-ci.org/AlexKnauth/afl.png?branch=master)](https://travis-ci.org/AlexKnauth/afl) Example: diff --git a/afl/docs/afl.scrbl b/afl/docs/afl.scrbl index ed25d89..e922f6d 100644 --- 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]{