aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/operating_system.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors ↵Eduardo Julian1-0/+1
and signatures.
2019-07-31Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian1-0/+1
2019-07-05WIP: Method compilation.Eduardo Julian1-0/+4
2019-06-20Removed the TCP & UDP code for the moment.Eduardo Julian1-0/+4
It needs to be re-designed with a multi-platform focus in mind.
2019-06-18Implemented "hole" typing.Eduardo Julian1-0/+1
2019-06-13Some fixes.Eduardo Julian1-0/+4
2019-06-06WIP: Class definition.Eduardo Julian1-0/+1
2019-05-29Various fixes and tweaks.Eduardo Julian1-0/+1
2019-05-19Moved my research notes from Trello to the repo:Eduardo Julian1-0/+1
+ Debugging + Distributed programming + Web frameworks + Native compilation
2019-05-18Moved some of the reflection machinery to its own modules.Eduardo Julian1-0/+2
* WIP: Implementation of completeness testing for anonymous classes.
2019-05-18Moved my research notes from Trello to the repo.Eduardo Julian1-0/+253
* On math. * On operating systems.