Skip to content

Instantly share code, notes, and snippets.

@denlab
Created June 10, 2012 16:31
Show Gist options
  • Save denlab/2906509 to your computer and use it in GitHub Desktop.
Save denlab/2906509 to your computer and use it in GitHub Desktop.
{:tag :net.cgrand.parsley/root,
:content
["("
"("
{:tag :prefix-op, :content ["-"]}
{:tag :key-value,
:content
[{:tag :symbol, :content ["w"]} ":" {:tag :symbol, :content ["b"]}]}
{:tag :ws, :content [" "]}
{:tag :right-hand,
:content
[{:tag :binary-op, :content ["AND"]}
{:tag :ws, :content [" "]}
"("
"("
{:tag :key-value,
:content
[{:tag :symbol, :content ["w"]}
":"
{:tag :string,
:content ["\"" {:tag :str-word, :content ["P"]} "\""]}]}
{:tag :ws, :content [" "]}
{:tag :right-hand,
:content
[{:tag :binary-op, :content ["AND"]}
{:tag :ws, :content [" "]}
{:tag :key-value,
:content
[{:tag :symbol, :content ["w"]}
":"
{:tag :string,
:content ["\"" {:tag :str-word, :content ["M"]} "\""]}]}]}
{:tag :ws, :content [" "]}
{:tag :right-hand,
:content
[{:tag :binary-op, :content ["AND"]}
{:tag :ws, :content [" "]}
{:tag :key-value,
:content
[{:tag :symbol, :content ["a"]}
":"
{:tag :string,
:content ["\"" {:tag :str-word, :content ["a"]} "\""]}]}]}
")"
")"]}
")"
{:tag :ws, :content [" "]}
{:tag :right-hand,
:content
[{:tag :binary-op, :content ["OR"]}
{:tag :ws, :content [" "]}
"("
{:tag :key-value,
:content
[{:tag :symbol, :content ["w"]}
":"
{:tag :symbol, :content ["b"]}]}
{:tag :ws, :content [" "]}
{:tag :right-hand,
:content
[{:tag :binary-op, :content ["AND"]}
{:tag :ws, :content [" "]}
{:tag :prefix-op, :content ["-"]}
"("
"("
{:tag :key-value,
:content
[{:tag :symbol, :content ["w"]}
":"
{:tag :string,
:content ["\"" {:tag :str-word, :content ["P"]} "\""]}]}
{:tag :ws, :content [" "]}
{:tag :right-hand,
:content
[{:tag :binary-op, :content ["AND"]}
{:tag :ws, :content [" "]}
{:tag :key-value,
:content
[{:tag :symbol, :content ["w"]}
":"
{:tag :string,
:content ["\"" {:tag :str-word, :content ["M"]} "\""]}]}]}
{:tag :ws, :content [" "]}
{:tag :right-hand,
:content
[{:tag :binary-op, :content ["AND"]}
{:tag :ws, :content [" "]}
{:tag :key-value,
:content
[{:tag :symbol, :content ["a"]}
":"
{:tag :string,
:content ["\"" {:tag :str-word, :content ["a"]} "\""]}]}]}
")"
")"]}
")"]}
")"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment