Commit Graph

3 Commits

Author SHA1 Message Date
5fb6186d7d Make constructors just methods.
* Eliminate "new" reserved word.
* Allow "this" before a method definition to define a constructor.
* Only create a default constructor for classes that don't define one.
2015-07-10 09:18:22 -07:00
bdb8634743 Tweak style. 2015-02-19 06:32:46 -08:00
4260a10983 add simple example for importing a module 2015-02-18 11:39:31 -05:00