From 42672c170135101eca65e849689370031078e5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 18 Dec 2020 19:31:44 -0800 Subject: [PATCH] forgot eof --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index a4b9d26..9e59941 100644 --- a/SPEC.md +++ b/SPEC.md @@ -298,7 +298,7 @@ node := ('/-' ws*)? identifier (node-space node-props-and-args)* (node-terminato node-props-and-args := ('/-' ws*)? (prop | value) node-children := ('/-' ws*)? '{' nodes '}' node-space := ws* escline ws* | ws+ -node-terminator := single-line-comment | newline | ';' +node-terminator := single-line-comment | newline | ';' | eof identifier := (identifier-char - digit - [<>]) identifier-char* | string identifier-char := unicode - digit - linespace - [\{}<>;[]=,]