From 5b91acf47d4d9b6ca2e94e76b5b278e805307b75 Mon Sep 17 00:00:00 2001 From: impinball Date: Mon, 6 Apr 2015 12:08:46 -0400 Subject: [PATCH] Accept multiple function declarations on a single line. See #100 --- html/index.src.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.src.html b/html/index.src.html index 62772b9..565192c 100644 --- a/html/index.src.html +++ b/html/index.src.html @@ -899,7 +899,7 @@

Function Table Types

A function table is a VariableStatement of the form:

-var x:Identifier = [f0:Identifier, f:Identifier,]; +var x0:Identifier = [f0:Identifier, f1:Identifier,], x1:Identifier = [g0:Identifier, g1:Identifier,],;

The function table x is stored in