myitcv / react

MOVED TO https://github.com/myitcv/x/blob/master/react/_doc/README.md
BSD 3-Clause "New" or "Revised" License
234 stars 17 forks source link

examples/sites/syntaxviewer: initial commit #125

Closed myitcv closed 6 years ago

myitcv commented 6 years ago

Syntax viewer is an incredibly simple application for viewing the syntax tree representations of different languages.

As part of this we vendor mvdan.cc/sh/syntax and its deps.

We also re-enable AriaSet for now until we get https://github.com/gopherjs/gopherjs/pull/779 merged.

We also add the float CSS attribute.

And fix some of the JSX parsing.