add links to source code and docs

This commit is contained in:
AlexKnauth 2014-08-24 16:32:47 -04:00
parent e4cc7bf0cd
commit ad2483e4e5
2 changed files with 4 additions and 0 deletions

View File

@ -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:

View File

@ -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]{