Merge: compiler: Added prefix and suffix support for `Char`
authorJean Privat <jean@pryen.org>
Thu, 24 Mar 2016 13:10:47 +0000 (09:10 -0400)
committerJean Privat <jean@pryen.org>
Thu, 24 Mar 2016 13:10:47 +0000 (09:10 -0400)
As discussed in #1734, here's the PR for the support of prefixed characters.

For now only u and b are supported, respectively to get the code point as an int and the ascii code as a byte.

Pull-Request: #1991
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

1  2 
src/modelize/modelize_property.nit

Simple merge