call it a lang-extension

This commit is contained in:
AlexKnauth 2016-06-21 22:11:38 -04:00
parent e8bc0420ea
commit 0d9eec9d92
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
afl [![Build Status](https://travis-ci.org/AlexKnauth/afl.png?branch=master)](https://travis-ci.org/AlexKnauth/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 lang-extension 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/index.html

View File

@ -18,7 +18,7 @@ source code: @url["https://github.com/AlexKnauth/afl"]
@section{#lang afl}
@defmodulelang[afl]{
The @racketmodname[afl] language is a meta-language like @racketmodname[at-exp]
The @racketmodname[afl] language is a lang-extension like @racketmodname[at-exp]
that adds @racketmodname[rackjure]-like anonymous function literals to a language.
@margin-note{see @secref["func-lit" #:doc '(lib "rackjure/rackjure.scrbl")]}