new version of the docs for 0.5.0 is done, or close to it.

This commit is contained in:
Jeremy Ashkenas
2010-02-21 17:30:41 -05:00
parent 535cf28220
commit 5d893947ea
8 changed files with 112 additions and 85 deletions

View File

@@ -749,6 +749,7 @@ OpNode: exports.OpNode: inherit Node, {
PREFIX_OPERATORS: ['typeof', 'delete']
constructor: (operator, first, second, flip) ->
@type += ' ' + operator
@children: compact [@first: first, @second: second]
@operator: @CONVERSIONS[operator] or operator
@flip: !!flip