Commit Graph
9 Commits
Author SHA1 Message Date
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 f7849244a8 Tighten up operator table a bit. 2015-03-13 07:56:47 -07:00
Bob Nystrom 860616244e Tweak precedence table styles a bit. 2015-03-13 07:24:45 -07:00
hachibu 337ef467ed Add operator precedence table to documentation 2015-03-09 11:36:15 -04: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
Kyle Marek-Spartz 0c6d192ace bretheren > brethren 2015-01-12 17:39:41 -06:00
Kyle Marek-Spartz 817f37bbf0 Docs: Expressions: Operators: they->their typo 2015-01-08 09:32:50 -06:00
txgruppi 59c2024384 Updated description of logical or 2015-01-05 09:42:34 +00:00
Bob Nystrom a8726e6c00 SO MUCH NEW DOCS OH WOW. 2015-01-03 23:27:02 -08:00