aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/operating_system.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Can now parse TAR files.Eduardo Julian2020-05-281-0/+1
|
* Now properly loading the cached definitions.Eduardo Julian2020-05-101-0/+1
|
* Bug fixes.Eduardo Julian2019-12-261-0/+1
|
* Ported program generation, host environment and packaging machinery to stdlib.Eduardo Julian2019-12-241-0/+1
|
* WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian2019-11-071-0/+4
|
* Modified compiler's machinery to use the new abstractions for descriptors ↵Eduardo Julian2019-09-071-0/+1
| | | | and signatures.
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-311-0/+1
|
* WIP: Method compilation.Eduardo Julian2019-07-051-0/+4
|
* Removed the TCP & UDP code for the moment.Eduardo Julian2019-06-201-0/+4
| | | It needs to be re-designed with a multi-platform focus in mind.
* Implemented "hole" typing.Eduardo Julian2019-06-181-0/+1
|
* Some fixes.Eduardo Julian2019-06-131-0/+4
|
* WIP: Class definition.Eduardo Julian2019-06-061-0/+1
|
* Various fixes and tweaks.Eduardo Julian2019-05-291-0/+1
|
* Moved my research notes from Trello to the repo:Eduardo Julian2019-05-191-0/+1
| | | | | | + Debugging + Distributed programming + Web frameworks + Native compilation
* Moved some of the reflection machinery to its own modules.Eduardo Julian2019-05-181-0/+2
| | | * WIP: Implementation of completeness testing for anonymous classes.
* Moved my research notes from Trello to the repo.Eduardo Julian2019-05-181-0/+253
* On math. * On operating systems.