tc39 / ecmarkdown

A shorthand language for writing ECMAScript-style algorithms, inspired by Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow skipping of beautification

domenic opened this issue · comments

If an Ecmarkup embedder is just going to beautify afterward anyway, it'd be a shame to slow things down for no real purpose.

Do we have to make it an option?

Per IRC: No! Nuke it.

I found that beautify is EXTREMELY slow. Beautify is about 80% of the time spent with the hand written parser in #22.