Commit Graph
12 Commits
Author SHA1 Message Date
Bob Nystrom bc822cd4c7 Merge branch 'master' into constructor-methods 2015-07-19 12:49:23 -07:00
Bob Nystrom 214794db67 Fix a tiny typo. 2015-07-19 09:10:42 -07:00
Bob Nystrom 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
Bob Nystrom 96ceaa528b Allow empty argument list methods.
- Compile them as calls and definitions.
- Use them for call(), clear(), run(), try(), and yield().
- Update the docs.
2015-02-26 23:08:36 -08:00
Bob Nystrom a8726e6c00 SO MUCH NEW DOCS OH WOW. 2015-01-03 23:27:02 -08:00
Bob Nystrom d5f68d70f0 Restyle site. 2014-08-19 07:35:20 -07:00
Bob Nystrom d338ef2f07 Finish fiber docs. 2014-04-19 20:33:49 -07:00
Bob Nystrom c21821e161 Merge branch 'redesign' 2014-04-16 08:00:42 -07:00
Bob Nystrom 2567c4846e Redesign site. 2014-04-16 08:00:15 -07:00
Bob Nystrom 6677bde98c Tweak fiber docs a bit. 2014-04-15 06:47:16 -07:00
Bob Nystrom cd75e17f0d Docs docs docs. 2014-04-11 10:45:20 -07:00
Bob Nystrom f2aeb30b31 Hack on the docs a bit. 2014-01-30 06:51:52 -08:00