LispInSmallPieces/chapter1/reader_types.coffee

7 lines
102 B
CoffeeScript

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