finished up the CoffeeScript version of the Scope object

This commit is contained in:
Jeremy Ashkenas
2010-02-08 21:10:48 -05:00
parent 69808ba523
commit b8d22bc572
8 changed files with 244 additions and 143 deletions

View File

@@ -180,8 +180,8 @@ module CoffeeScript
end
# Literals are static values that have a Ruby representation, eg.: a string, a number,
# true, false, nil, etc.
# Literals are static values that can be passed through directly into
# JavaScript without translation, eg.: strings, numbers, true, false, null...
class LiteralNode < Node
children :value