SirSeim/Deeg

Class syntax

Closed this issue · 1 comments

We need a syntax added to syntax-sketches for classes and their implementation.

I see something like this:

class Animal is
  constructor (@name) does end
  toString does deeg @name end
end

I think we have what we needed in terms of syntax for classes.