ravichugh / sketch-n-sketch

Direct Manipulation Programming for HTML/SVG

Home Page:http://ravichugh.github.io/sketch-n-sketch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect parsing of "as" keyword

MikaelMayer opened this issue · comments

f assignment = 1
<h1>@(signment)</h1>

displays

1

which is obviously incorrect. The "as" keyword should have never been parsed here.