Merge: Prepare qualified identifiers
authorJean Privat <jean@pryen.org>
Fri, 7 Aug 2015 18:11:03 +0000 (14:11 -0400)
committerJean Privat <jean@pryen.org>
Fri, 7 Aug 2015 18:11:03 +0000 (14:11 -0400)
commit02961c0f4bb953908ca7bab9d21cfcb4da83c402
tree0933f3e58eba251e43ae3f3787e0195eff6d5360
parent47651a14a7b26150d1cea04ca3fc1709e73a3695
parent47cebfa9cbceb5ec5cb8820e687f17a1e9da1508
Merge: Prepare qualified identifiers

First step to solve #1260: do not lose qualifiers in the AST.

This is just a API change without new features. qualifiers are still ignored but now they are in the AST.

Pull-Request: #1620
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>