LispInSmallPieces/chapter1/reader_types.coffee

7 lines
102 B
CoffeeScript
Raw Normal View History

exports.Symbol = class
constructor: (@v) ->
exports.Comment = class
constructor: (@text) ->