[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ANN] nyacc 0.80.4 released
From: |
Matt Wette |
Subject: |
Re: [ANN] nyacc 0.80.4 released |
Date: |
Fri, 4 Aug 2017 10:38:49 -0700 |
> On Aug 1, 2017, at 10:23 PM, Jan Nieuwenhuizen <address@hidden> wrote:
>
> Matt Wette writes:
>> For the FFI-helper I need to parse the rat’s nest under /usr/include
>> so I am catching more.
>
> Hah :-)
So I decided I should probably implement `__has_include' and
`__has_include_next' (as well as `include_next').
So one more dive into the C preprocessor. I have it working for <stdio.h> but
“foo.h” is giving me a
little trouble for some unknown reason.
I have also added `asm' syntax in expression context but not in declaration
context (as used in macOS).
Matt