-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sven Michael Klose
committed
Mar 3, 2017
1 parent
8e7bcb7
commit 80e1e6b
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
Changes of tre-0.3 relative to tre-0.2: | ||
Changes of tre-0.2 relative to tre-0.1: | ||
* Major cleanup. | ||
* Additional basic optimisations. | ||
* Forbids use of macro names as argument names. | ||
* DEFUN is now FN. | ||
* DEVAR is now VAR. | ||
* ALET is now !=. | ||
* EQL is converted to EQ for literal symbols. | ||
* In DEFCLASS Macro SUPER denotes the parent class' constructor. | ||
* In DEFCLASS Macro SUPER denotes the parent class constructor. | ||
* Macro MACROLET added. | ||
|
||
Changes of tre-0.2 relative to tre-0.1: | ||
* Major cleanup. | ||
* Additional basic optimisations. | ||
* Forbids use of macro names as argument names. | ||
|
||
Changes of tre-0.1 relative to tre-0.0: | ||
* Removed parts that are not working anymore. | ||
* Compiler cannot translate itself to JS, C or bytecode anymore. |