Hi,
I am wondering how to use npeg with gcsafe code or threads. i declared my grammar constant, but I get errors like this when using the grammar match procedure:
Warning: 'decode_encoded_words' is not GC-safe as it calls 'match' [GcUnsafe2]
Is it possible to use npeg with gcsafe code ?