S-expressions: Difference between revisions

Content added Content deleted
Line 4,084: Line 4,084:
{{works with|jq}}
{{works with|jq}}
'''Also works with gojq, the Go implementation of jq'''
'''Also works with gojq, the Go implementation of jq'''
[[Category:PEG]]

This entry is based on a Parsing Expression Grammar (PEG) for S-expressions.
This entry is based on a Parsing Expression Grammar (PEG) for S-expressions.
The idea is to pass a JSON object `{remainder:_, result:_ }` through a
The idea is to pass a JSON object `{remainder:_, result:_ }` through a