From 87761c1f99805006e7c47933271b76ef631e400a Mon Sep 17 00:00:00 2001 From: Jan Kobler Date: Sat, 17 Aug 2013 02:10:46 +0200 Subject: [PATCH] extract_grammar symnames add missing symnames Signed-off-by: Jan Kobler --- src/etc/extract_grammar.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/etc/extract_grammar.py b/src/etc/extract_grammar.py index 58d1975c042..61aabf1d881 100755 --- a/src/etc/extract_grammar.py +++ b/src/etc/extract_grammar.py @@ -93,7 +93,11 @@ symnames = { "//": "linecomment", "/*": "openblockcomment", -"*/": "closeblockcomment" +"*/": "closeblockcomment", +"macro_rules": "macro_rules", +"=>" : "eg", +".." : "dotdot", +"," : "comma" } lines = []