Skip to content

Instantly share code, notes, and snippets.

View nrk's full-sized avatar
🤔
はい、猫のように見えます。

Daniele Alessandri nrk

🤔
はい、猫のように見えます。
View GitHub Profile
#
# [{:op=>"and"},
# [{:op=>"="}, [{:path=>"hello"}, {:lit=>":ivan"}]],
# [{:op => "or"},
# [{:op=>"="}, [{:path=>"test"}, {:lit=>":ivan"}]],
# [{:op => ">"}, [:path => "test3", {:list => ":ivan"}]]]]
#
# hello = :ivan and (test = :ivan or test3 = :ivan)
class Parser