add links to source code and docs
This commit is contained in:
parent
e4cc7bf0cd
commit
ad2483e4e5
|
@ -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
|
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)
|
[](https://travis-ci.org/AlexKnauth/afl)
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
@(define-syntax-rule @afl[form ...]
|
@(define-syntax-rule @afl[form ...]
|
||||||
@elem{@tt{#λ}@racket[form ...]})
|
@elem{@tt{#λ}@racket[form ...]})
|
||||||
|
|
||||||
|
source code: @url["https://github.com/AlexKnauth/afl"]
|
||||||
|
|
||||||
@section{#lang afl}
|
@section{#lang afl}
|
||||||
|
|
||||||
@defmodulelang[afl]{
|
@defmodulelang[afl]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user