mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
passing through values with line number information that look and act like Ruby natives
This commit is contained in:
@@ -123,7 +123,7 @@ class Lexer
|
||||
end
|
||||
|
||||
def token(tag, value)
|
||||
@tokens << [tag, value]
|
||||
@tokens << [tag, Value.new(value, @line)]
|
||||
end
|
||||
|
||||
def last_value
|
||||
|
||||
Reference in New Issue
Block a user