From 19f8871d6efa4f4ce3496fc3683463587fc911fb Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Fri, 23 Oct 2015 14:56:48 -0700 Subject: Change 'local types' to 'value types' --- TextFormat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TextFormat.md') diff --git a/TextFormat.md b/TextFormat.md index 3132c6a..ab1b54a 100644 --- a/TextFormat.md +++ b/TextFormat.md @@ -43,7 +43,7 @@ readability will therefore factor into standardizing a text format. There are, however, prototype syntaxes which are used to bring up WebAssembly: it's easier to develop using a text format than it is with a binary format, even if the ultimate WebAssembly format will be binary. Most of these prototypes use [s-expressions][] because they -can easily represent expression trees and [ASTs](ASTSemantics.md) (as opposed to CFGs) +can easily represent expression trees and [ASTs](AstSemantics.md) (as opposed to CFGs) and don't have much of a syntax to speak of (avoiding syntax bikeshed discussions). [s-expressions]: https://en.wikipedia.org/wiki/S-expression -- cgit v1.2.3