Skip to content

Commit

Permalink
Fixed version numbering.
Browse files Browse the repository at this point in the history
  • 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.
12 changes: 5 additions & 7 deletions NEWS
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.

0 comments on commit 80e1e6b

Please sign in to comment.