grammar: new power operator `**` (starstar)
authorJean Privat <jean@pryen.org>
Thu, 18 Sep 2014 13:58:53 +0000 (09:58 -0400)
committerJean Privat <jean@pryen.org>
Thu, 18 Sep 2014 17:04:51 +0000 (13:04 -0400)
commita1c076eac403d1b4227eb95fdac341a2fb2d60f8
tree169b2f252c8bf67e9f2d50d90f1679f23e59bf7a
parente0b7bb8377554a1eaab028e16922632f289487fa
grammar: new power operator `**` (starstar)

~~~
var a = 2 ** 3 ** 4
~~~

Not yet implemented in the lib because a regeneration of c_src is needed

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