Fixed typo
This commit is contained in:
parent
edea1909ec
commit
d2642b1c38
|
@ -4,14 +4,13 @@
|
||||||
@title{OLL: Ott-like Library}
|
@title{OLL: Ott-like Library}
|
||||||
|
|
||||||
@defmodule[cur/oll]
|
@defmodule[cur/oll]
|
||||||
The OLL provides syntax extensions for defining programming languages as
|
The OLL provides syntax extensions for defining programming languages as inductive data. The library
|
||||||
inductive data. The library is inspired by Ott, which provides an
|
is inspired by Ott@todo{Citation needed}, which provides an language that resembles math notation for
|
||||||
language that resembles math notation for generating Coq definitions.
|
generating Coq definitions. The purpose of the OLL is not to replace Ott, but to demonstrate how
|
||||||
The purpose of the OLL is not to replace Ott, but to demonstrate how
|
powerful syntactic meta-programming can bring features previously only provided by external tools into
|
||||||
powerful syntactic meta-programming can bring features previously only
|
the language.
|
||||||
provided by external tools into the language.
|
|
||||||
|
|
||||||
@defform[(define-lanugage name
|
@defform[(define-language name
|
||||||
maybe-vars
|
maybe-vars
|
||||||
maybe-output-coq
|
maybe-output-coq
|
||||||
maybe-output-latex
|
maybe-output-latex
|
||||||
|
|
Loading…
Reference in New Issue
Block a user