Updated Roadmap (markdown)
This commit is contained in:
parent
1743cb7f54
commit
ec3eff8748
12
Roadmap.md
12
Roadmap.md
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue