X-Git-Url: http://nitlanguage.org diff --git a/lib/json/json_lexer.nit b/lib/json/json_lexer.nit index 4a54598..32a82b2 100644 --- a/lib/json/json_lexer.nit +++ b/lib/json/json_lexer.nit @@ -1,5 +1,5 @@ # Lexer generated by nitcc for the grammar json -module json_lexer is no_warning "missing-doc" +module json_lexer is generated, no_warning "missing-doc" import nitcc_runtime import json_parser class Lexer_json @@ -97,11 +97,11 @@ private class DFAState2 super DFAState redef fun trans(char) do var c = char.code_point + if c > 92 then return dfastate_2 if c <= 33 then return dfastate_2 if c <= 34 then return dfastate_29 if c <= 91 then return dfastate_2 - if c <= 92 then return dfastate_30 - return dfastate_2 + return dfastate_30 end end private class DFAState3