aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/grammars/js.wy8
1 files changed, 0 insertions, 8 deletions
diff --git a/admin/grammars/js.wy b/admin/grammars/js.wy
index 441fd416c12..e5a7c9be71f 100644
--- a/admin/grammars/js.wy
+++ b/admin/grammars/js.wy
@@ -296,19 +296,11 @@ FormalParameterList: OPEN_PARENTHESIS
296 () 296 ()
297 ; 297 ;
298 298
299StatementList : Statement
300 | StatementList Statement
301 ;
302
303Block : BRACE_BLOCK 299Block : BRACE_BLOCK
304 ;; If you want to parse the body of the function 300 ;; If you want to parse the body of the function
305 ;; ( EXPANDFULL $1 BlockExpand ) 301 ;; ( EXPANDFULL $1 BlockExpand )
306 ; 302 ;
307 303
308BlockExpand: START_BLOCK StatementList END_BLOCK
309 | START_BLOCK END_BLOCK
310 ;
311
312VariableStatement : VAR VariableDeclarationList SEMICOLON 304VariableStatement : VAR VariableDeclarationList SEMICOLON
313 (VARIABLE-TAG $2 nil nil) 305 (VARIABLE-TAG $2 nil nil)
314 ; 306 ;