Truth table: Difference between revisions

→‎Parsing: [[:Category:jq/peg.jq]
(→‎Parsing: [[:Category:jq/peg.jq])
Line 3,107:
====Parsing====
<syntaxhighlight lang=jq>
include "peg"; # see [[Compiler:Category:jq/Verifying_syntax#Generic_PEG_Librarypeg.jq]
 
def expr:
Line 3,133:
{remainder: .} | expr | eos;
</syntaxhighlight>
 
====Evaluation====
<syntaxhighlight lang=jq>
2,460

edits