Skip to content

Commit

Permalink
fixes in notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Oct 18, 2023
1 parent 7ad4424 commit 07501c7
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
* bumped maven-plugin to 0.14.5 for prettier Package doc index page
## 0.1.3
* added References page
* minor documentation edits
* initial docs
* reconfigured release plugin
## 0.1.1
Expand All @@ -56,7 +55,6 @@
* removed dead metadata
* updated README.md
## 0.0.1
* removed old metadata
* commented out decompilation tests that need a fix after Java 11
* fixed getAnnotation closure in Mirror library
* added license header
Expand Down Expand Up @@ -106,7 +104,6 @@
* added local variable decompilation
* added labels and linenumber decompilation
* decompile switch instructions
* minor
* added lots of instructions to the dissambler
* added access function for decompiler from Rascal
* finished field decompilation
Expand Down Expand Up @@ -139,7 +136,6 @@
* added settings
* added line number feature for debugger information
* resolved many errors detected by the new TypePal-enabled Rascal type checker
* minor details
* added source code comments
* adapted doc string
* added some comments
Expand All @@ -165,12 +161,10 @@
* simplifications
* messing around
* fixed several issues and added string concat for debugging presentations
* minor
* method missing works
* fixed method invocation for now, next up is method_missing
* fixed name of Lookup class
* fixed typo
* many minor mistakes
* fixed class name bug in checkcast
* added toString for all generated classes
* fixed cast expression, and used it in the protol compiler
Expand All @@ -183,28 +177,18 @@
* added failing test for new
* fixed more issues in protol compiler
* more simple bugs
* many minor bugs
* added support for fields
* added example protol program
* minor rename
* finished typing in initial version of protol compiler
* added smarter resolution cache
* initial design of completely dynamic method calls and object prototyping templates based on cloning at object allocation time
* refactored KOOL syntax
* added a syntax definition of KOOL'
* started on a mini prototype-based demo language
* Update Compiler.rsc
* Update README.md
* Update README.md
* ignore generated folder
* removed debug code
* Update README.md
* Update Syntax.rsc
* Update README.md
* Update README.md
* Create README.md

added explanation of what Flybytes is and what it does.
* added explanation of what Flybytes is and what it does.
* renamed mujava to flybytes
* renamed project
* added asm libs
Expand Down Expand Up @@ -237,7 +221,6 @@
* added getting annotations of classes to mirror interface
* started small library of control flow macros, for looping over arrays and iterables, etc.
* added shorthands for all simple constants and applied through all the test code for readability
* minor edits
* added more comments
* added comments for explaning complex control flow around monitors
* monitor now deals well with all kinds of block exit scenarios
Expand Down

0 comments on commit 07501c7

Please sign in to comment.