diff --git a/lib/down-jet/parse.hoon b/lib/down-jet/parse.hoon index d28b4c1bb..52628bd0e 100644 --- a/lib/down-jet/parse.hoon +++ b/lib/down-jet/parse.hoon @@ -616,7 +616,7 @@ :: ++ proc-inline :: parse inline kids |= pac/_pars:inli :: cache - |= a/elem + |= a/elem ^+ a ?^ -.a a(q (flop (turn q.a ..$))) ?+ -.a a $code diff --git a/ren/tree/head.hoon b/ren/tree/head.hoon index b18d350fe..2bd61fe37 100644 --- a/ren/tree/head.hoon +++ b/ren/tree/head.hoon @@ -48,7 +48,7 @@ ;script(type "text/javascript", src "{(cdnjs "react/0.14.6/react")}"); ;script(type "text/javascript", src "{(cdnjs "react/0.14.6/react-dom")}"); ;script(type "text/javascript", src "{(cdnjs "flux/2.1.1/Flux")}"); - ;* (turn (~(tap by extras)) |=({@ a/@t} ;script(type "text/javascript"):"{(trip a)}")) + ;* (turn ~(tap by extras) |=({@ a/@t} ;script(type "text/javascript"):"{(trip a)}")) :: ;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/codemirror/4.3.0/codemirror.js"); :: ;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/". :: "codemirror/4.3.0/mode/markdown/markdown.min.js"); diff --git a/ren/tree/json.hoon b/ren/tree/json.hoon index 8cb6efe90..c853f48a5 100644 --- a/ren/tree/json.hoon +++ b/ren/tree/json.hoon @@ -19,11 +19,11 @@ ++ plist (list {term $@(mark plist)}) ++ query $% {$kids p/(list query)} - {$ktts $t} + {$name $t} {$path $t} {$spur $t} :: - {$dtls $t} + {$bump $t} {$beak $t} {$comt $j} {$plan $j} @@ -56,11 +56,11 @@ |= a/query :- -.a ?- -.a - $ktts (from-type +.a ?^(s.bem i.s.bem q.bem)) + $name (from-type +.a ?^(s.bem i.s.bem q.bem)) $beak (from-type +.a (crip (spud (en-beam bem(s /))))) $path (from-type +.a (crip (spud (flop s.bem)))) $spur (from-type +.a (crip (spud s.bem))) - $dtls (from-type +.a bump.dat) + $bump (from-type +.a bump.dat) $plan (from-type +.a plan.dat) $comt (from-type +.a comt.dat) $head (from-type +.a head.dat)