-
Is it possible to raise global error from an action?
E.g., a grammar accepts 1..3 digits but there's additional constraint on the value in these digits, namely TTL can be 0..255 but not 256 or 999 wh…
-
I understand that it's possible to abort parsing by throwing an exception but it would be nice to have ability to stop parsing depending on `action` result.
E.g., instead of current signature an `act…
-
@Ironholds played at all yet with throwing custom errors?
trying to sort out how to instead of simply erroring when a rule doesn't match, throw a warning or so, and return e.g., `NA` or similar
…
-
Hi guys,
Here's what I get after I run schismtracker (via homebrew):
`
$ schismtracker
zsh: illegal hardware instruction schismtracker
`
--version gives me this:
Schism Tracker built …
-
I have a project that uses PEGTL and I'll need to read JSON files in this project. So I thought about taocpp/json.
I'm thinking what's the best way to avoid having two copies of PEGTL.
I understand …
-
Hello! Wondering about RealmSwift with support and the full power of Swift 3d generation, but:
I tried to use Pods with
`pod 'RealmSwift', :git => 'https://github.com/realm/realm-cocoa.git', :branch…
-
It appears that older versions of PEGTL lack a version number in the source. Decide if it is better to keep the current fatal error or to comb the PEGTL history to see what the maximum version could b…
-
### Description of Problem, Request, or Question
We reached again the storage limit on our Bintray account (160GB).
I think we could remove **ALL** outdated packages from Bintray.
I could pro…
-
Hi @d-frey! I'm porting to PEGTL 2.0 (https://github.com/taocpp/PEGTL/commit/26df6aa2d6e582d098b85478a34d4487de8c82c5). Can you please take look at the following trace? This is originating from attemp…
-
After noticing that pegtl was apparently updated at some point and I am no longer able to build quinoa without updating TPL, I went to update TPL.
It looks like a combination of the forced install …