Re: rust frontend and UTF-8/unicode processing/properties

2021-07-18 Thread Jason Merrill via Gcc-rust
On Sun, Jul 18, 2021 at 1:13 PM Ian Lance Taylor via Gcc wrote: > On Sun, Jul 18, 2021 at 6:23 AM Mark Wielaard wrote: > > > > For the gcc rust frontend I was thinking of importing a couple of > > gnulib modules to help with UTF-8 processing, conversion to/from > > unicode codepoints and determi

Re: Fwd: New contributor tasks

2021-07-18 Thread Mark Wielaard
Hi Joel, On Sat, Jul 17, 2021 at 10:25:48PM +0800, The Other wrote: > >> - I noticed some expressions didn't parse because of what looks to me > >> operator precedence issues. e.g the following: > >> > >> const S: usize = 64; > >> > >> pub fn main () > >> { > >> let a:u8 = 1; > >>

Re: rust frontend and UTF-8/unicode processing/properties

2021-07-18 Thread Ian Lance Taylor via Gcc-rust
On Sun, Jul 18, 2021 at 6:23 AM Mark Wielaard wrote: > > For the gcc rust frontend I was thinking of importing a couple of > gnulib modules to help with UTF-8 processing, conversion to/from > unicode codepoints and determining various properties of those > codepoints. But it seems gcc doesn't yet

rust frontend and UTF-8/unicode processing/properties

2021-07-18 Thread Mark Wielaard
Hi, For the gcc rust frontend I was thinking of importing a couple of gnulib modules to help with UTF-8 processing, conversion to/from unicode codepoints and determining various properties of those codepoints. But it seems gcc doesn't yet have any gnulib modules imported, and maybe other frontends