Skip to content

Commit

Permalink
Release 0.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedinski committed Mar 19, 2012
1 parent e525da9 commit c8418ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@

--------------------------------------------------------------------------------
Silver 0.4.0 Mar ??, 2012
(last updated mar 12)
Silver 0.3.5 Mar 19, 2012

- Now hosted on google code! http://code.google.com/p/silver
- New, recommended, short form syntax for concrete production listings
- Shell scripts for installing 'silver' script and gedit support
- Updated to newer version of Copper; better support for layout
- Attribute sections (.pp) introduced, in limited form
- Partial application introduced
- Slightly more location information available on terminals
- 'Production' type eliminated, along with its duplicate functions (map_p...)
- 'Production' type eliminated, along with its duplicate functions
(map_p...)
- The 'Function' type keyword is removed, as well. Signatures should
just be written directly.
- The compiler may issues warnings now, for some deprecated features.
- New 'conditional export' feature introduced.
- The compiler now uses signficantly less memory
Expand Down
2 changes: 1 addition & 1 deletion grammars/silver/driver/Unit.sv
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ abstract production printVersion
top::Unit ::=
{
top.order = 0;
top.io = print("Silver Version 0.3.trunk\n", top.ioIn);
top.io = print("Silver Version 0.3.5\n", top.ioIn);
top.code = 127;
}

Expand Down

0 comments on commit c8418ec

Please sign in to comment.