Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmdyl committed May 30, 2021
1 parent eebdc01 commit de10cfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ This is the light weight D runtime - it is a barebones runtime targeting ARM Cor
9. Virtual functions and overrides
10. Abstract classes
11. Static classes
12. Allocation and deallocation of arrays
12. Allocation and deallocation of dynamic arrays
13. Concatenate an item to a dynamic array
14. Concatenate two dynamic arrays together

### What is in progress?
13. Exceptions and Throwables (so far are working on GDC only)

### What doesn't work?
14. Array concatenation and resizing
14. Dynamic array resizing
15. Module constructors and destructors
16. ModuleInfo
17. There is no GC implmenetation
Expand Down

0 comments on commit de10cfc

Please sign in to comment.