grammer: accept redef and visibility in front of annotation
authorJean Privat <jean@pryen.org>
Mon, 14 Jul 2014 14:25:12 +0000 (10:25 -0400)
committerJean Privat <jean@pryen.org>
Wed, 16 Jul 2014 20:56:49 +0000 (16:56 -0400)
commit35e638e77e647c89784c775f77f2057b66370b65
treecc60d96b1cae5788cbe3fb0089b5efcf3144fcf6
parent94e0192e2eb863c8e3737d7f592f879209bea624
grammer: accept redef and visibility in front of annotation

~~~
var foo is public bar
fun baz is
   # doc
   redef private foobar
end
~~~

Signed-off-by: Jean Privat <jean@pryen.org>
src/parser/nit.sablecc3xx
src/parser/parser_nodes.nit