rouge icon indicating copy to clipboard operation
rouge copied to clipboard

Add a jq lexer

Open Syuparn opened this issue 3 years ago • 0 comments

This PR adds a lexer for the jq language, which can filter and transform JSON data.

image

I referred these pages below for lexing rules.

  • official manual: https://stedolan.github.io/jq/manual/
  • lexer implementation: https://github.com/stedolan/jq/blob/master/src/lexer.l

Syuparn avatar Aug 20 '22 11:08 Syuparn