From: Jean Privat Date: Wed, 16 Dec 2015 17:12:30 +0000 (-0500) Subject: Merge: Qualified class identifiers X-Git-Tag: v0.8~34 X-Git-Url: http://nitlanguage.org Merge: Qualified class identifiers Extends the parsed and the AST to handle qualified class identifiers. Now you can parse ~~~nit redef class m0::A super m1::S redef type m2::B::T: Int fun foo: m3::G[m4::C] do end end ~~~ Currently, the class qualifiers, if any, are just ignored by semantic phases. Like with method qualifiers. Pull-Request: #1900 Reviewed-by: Alexis Laferrière --- 54b20e9b4a3477f459035a22fd60c5ca9e2089bf