Skip to content
Snippets Groups Projects
Commit 1ee80135 authored by Johannes Mey's avatar Johannes Mey
Browse files

remove unused lexer rules

parent ea751de3
No related branches found
No related tags found
1 merge request!1Resolve "Renaming of Nonterminal Does Not Rename All Occurences"
......@@ -37,10 +37,6 @@ SingleLineComment = "//" [^\n\r]* (\n | \r | \r\n)
FormalComment = "/**" [^*]* [*]+([^*/][^*]*[*]+)*[/]
MultiLineComment = "/*" [^*]+ [*]+([^*/][^*]*[*]+)*[/]
NotBrace = ( [^{}/]+ | [/][^{}/*] )+
NotBracket = ( [^\[\]/]+ | [/][^\[\]/*] )+
// from jjt
DecimalLiteral = [1-9] [0-9]*
HexLiteral = 0 [xX] [0-9a-fA-F]+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment