Top "Pegjs" questions

PEG.

Join is not a function

I'm playing around with PEG.js start = keyword keyword = a:[a-z]? {return a.join("");} Why am I getting here the …

javascript peg pegjs