Jakub T. Jankiewicz
Jakub T. Jankiewicz
Thanks, will investigate, maybe issue is with JavaScript mode.
Is this syntax different in Peggy? ```pegjs extra_commands = _ method:adapter_asterisk_strings SPACE expr:command_argument SPACE args:( ("," _ expression)+ / '' { if (expr.type !== 'SpreadElement') { error('Command ' + method...
That's interesting. Do you plan to support one particular language or a bunch of them? Peggy has a nice syntax it would be nice to be able to use similar...
I've added Peggy to the list on Wikipedia. I don't think you can do anything with incoming links, unless you will reach to every single place that have a link...
Just FYI: if you really want to improve the SEO first create unique website, because right now it looks like duplication of Peg.js website, it may decrease the ranking of...
Thanks. this is exactly what I needed.
I can provide a PR, the code is analogous to hex digits: ```pegjs number = hex_number / binary_number / octal_number / decimal_number hex_number = "0x"i digits:$hex_digit+ { return parseInt(digits, 16);...
Any progress?
I have similar problem, also the old project that use nps. But in my case nps run other nps scripts and `nps -c ./package-scripts.cjs` doesn't work because nested nps are...
Did you tried to get it from [npm](https://www.npmjs.com/package/sql.js) using the code from readme?