Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Dec 18, 2012
1 parent 36657c2 commit 79ea2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/Customizable syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ There are four phases to Nulan's syntax parsing:

$syntax-infix "&&" 40

$syntax-infix "||" 40
$syntax-infix "||" 30

$syntax-rule "'" [
priority 10
Expand Down Expand Up @@ -330,7 +330,7 @@ There are four phases to Nulan's syntax parsing:
{-> {n p}
{w/var
{= n {{. n get-bounding-client-rect}}}
{= r {{. pget-bounding-client-rect}}}
{= r {{. p get-bounding-client-rect}}}
{| {if {|| {< {. n top} {. r top}} {> {. n bottom} {. r bottom}}}
{<= {. p scroll-top} {- {. n top} {/ {. r height} 2}}}}
{if {|| {< {. n left} {. r left}} {> {. n right} {. r right}}}
Expand Down

0 comments on commit 79ea2a9

Please sign in to comment.