7 lines
102 B
CoffeeScript
7 lines
102 B
CoffeeScript
|
exports.Symbol = class
|
||
|
constructor: (@v) ->
|
||
|
|
||
|
exports.Comment = class
|
||
|
constructor: (@text) ->
|
||
|
|