Skip to content

Commit

Permalink
reporting results of glitchparse on Martians
Browse files Browse the repository at this point in the history
  • Loading branch information
kragen authored and kragen committed Feb 23, 2012
1 parent 19f1f72 commit ba14c57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glitchparse.js
Expand Up @@ -27,7 +27,8 @@
* Annotating parse tree nodes to keep track of which ones have possible
* fractional parts would be sufficient to avoid the majority of these
* cases, since division results are most commonly fed immediately to
* a bitwise operator.
* a bitwise operator. glitch://martians!a64d!a80e64h1fe!a6km is a
* case where this matters a great deal, although I’m not sure why.
*
* Glitchparse doesn’t always take advantage of associativity of
* associative operators to avoid unnecessary parens. For example,
Expand Down

0 comments on commit ba14c57

Please sign in to comment.