json: regenerate with new `no_warning`
authorJean Privat <jean@pryen.org>
Sat, 20 Dec 2014 14:24:31 +0000 (09:24 -0500)
committerJean Privat <jean@pryen.org>
Sat, 20 Dec 2014 19:15:21 +0000 (14:15 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

lib/json/json_lexer.nit
lib/json/json_parser.nit

index 3273525..162e529 100644 (file)
@@ -1,4 +1,6 @@
-# Lexer generated by nitcc for the grammar jsonimport nitcc_runtime
+# Lexer generated by nitcc for the grammar json
+module json_lexer is no_warning "missing-doc"
+import nitcc_runtime
 import json_parser
 class Lexer_json
        super Lexer
index f95a3cb..581551f 100644 (file)
@@ -1,4 +1,5 @@
 # Parser generated by nitcc for the grammar json
+module json_parser is no_warning("missing-doc","old-init")
 import nitcc_runtime
 class Parser_json
        super Parser