Updated Roadmap (markdown)

This commit is contained in:
Andreas Rumpf 2015-08-14 11:30:57 +02:00
parent 1743cb7f54
commit ec3eff8748
1 changed files with 0 additions and 12 deletions

View File

@ -18,24 +18,12 @@
<td>The implementation has lots of issues, but what's worse the spec is not nearly clear enough and seems to conflate 2 different ideas.</td>
</tr>
<tr>
<td>Support overloading of the assignment operator</td>
<td>for version 1.0</td>
<td>like <tt class="docutils literal"><span class="pre">fields</span></tt> and destructors an assignment operator needs to be lifted</td>
</tr>
<tr>
<td>asFunc pragma</td>
<td>After 1.0</td>
<td>provides a nice bridge from 'var T' to 'returns T'; can be entirely implemented as a macro with the upcoming types API
</tr>
<tr>
<td>Extended macros API</td>
<td>after 1.0</td>
<td>missing: an API for working with types; the builtin getImpl</td>
</tr>
<tr>
<td>Pragmas are not supported for 'bindSym'</td>
<td>after 1.0</td>