odata-filter-parser
odata-filter-parser copied to clipboard
Can likely optimize the concat recursive call
should be able to improve the handling of the array slicing (arguments is not an array but can us prototype array methods) via something like this: (courtesy of kminio)
Array.prototype.slice.call(arguments, 1)