ATS can't use keyword as record member?

2016-09-16 Thread Kiwamu Okabe
Hi all, ATS can't use keyword as record member? https://gist.github.com/master-q/f9ee268facda11b9cac88483c4779432 I find ATS can't use following name in $extype_struct: * "prefix" * "begin" * "end" * "in" I believe they are keyword in ATS. However, disable to use them is so limiting for real

Re: ATS can't use keyword as record member?

2016-09-16 Thread gmhwxi
This could be fixed. For the moment, you may want to use _keyword_ for keyword. Then add #define _keyword_ keyword On Friday, September 16, 2016 at 6:43:10 AM UTC-4, Kiwamu Okabe wrote: > > Hi all, > > ATS can't use keyword as record member? > >