Renáta Hodován
Renáta Hodován
At the first sight it seems that the config of jerryscript-grammarinator references the sut in the old format (`sut.jerry`). Now, it's enough (actually mandatory) to reference it as `jerry`. ```ini...
@38b394ce01 This is in sync with ANTLR, you cannot generate lexers/parsers from grammars containing keywords of the target language: ``` error(134): keyword.g4:3:0: symbol False conflicts with generated code in target...
@KvanTTT Thanks for pointing it out to me, I was not aware of this new feature. In this case, I'll add it to my TODO list.
@Thiefyface Thanks for the report, I'll look into this.
Thanks for the PR, but the issue was resolved as part of a bigger improvement around escapes (#75). If you find that the landed PR did not solve all the...
May I ask for a review from someone?
Gentle ping
@saghul Since only this original repository is registered into oss-fuzz (allowing to publicly keep track of the performance improvement), my first priority is to merge these changes here. But, since...
I've seen many issues [reported](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=Type%3DBug%20label%3Aclusterfuzz%20quickjs&can=1) by oss-fuzz to quickjs during the years, but I haven't found mirrored reports here for them or any sign of human reproduction. So were these...
I've created a minimal input corpus with two test cases. One of them creates a variable and the second one tries to print its value. If the test cases were...