Skip to content

Commit

Permalink
extract_grammar symnames
Browse files Browse the repository at this point in the history
add missing symnames

Signed-off-by: Jan Kobler <eng1@koblersystems.de>
  • Loading branch information
jankobler committed Aug 18, 2013
1 parent 6a88415 commit 87761c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/etc/extract_grammar.py
Expand Up @@ -93,7 +93,11 @@

"//": "linecomment",
"/*": "openblockcomment",
"*/": "closeblockcomment"
"*/": "closeblockcomment",
"macro_rules": "macro_rules",
"=>" : "eg",
".." : "dotdot",
"," : "comma"
}

lines = []
Expand Down

0 comments on commit 87761c1

Please sign in to comment.