Skip to content

Commit

Permalink
Updates to history, make-dist, for release preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedinski committed Sep 27, 2011
1 parent d862faf commit 73651d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

--------------------------------------------------------------------------------
Silver 0.3.4 Aug ??, 2011
Silver 0.3.4 Sep 27, 2011

- New silver:util:treemap RB tree library
- New silver:util:deque double ended queue library
Expand All @@ -9,7 +9,7 @@ Silver 0.3.4 Aug ??, 2011
- Performance and translation improvements
- Dramatic (30%) reduction in binary sizes
- Testing framework (unstable interface, yet)
- Update and modernization of the 'simple' tutorial language
- Update and modernization of the 'simple' tutorial language (incomplete)
- Minor change to the way production-specific 'layout' declarations worked
- Many bug fixes, including some pattern matching fixes.

Expand Down
2 changes: 1 addition & 1 deletion make-dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ tar zcvf $SV.tar.gz \
$SV/tutorials/ \
$SV/grammars/core/ \
$SV/grammars/lib/extcore/ \
$SV/grammars/lib/treemap/ \
$SV/grammars/lib/xml/ \
$SV/grammars/silver/testing/ \
$SV/grammars/silver/util/cmdargs/ \
$SV/grammars/silver/util/deque/ \
$SV/grammars/silver/util/treemap/ \
$SV/grammars/silver/langutil/ \
$SV/COPYING.LESSER \
$SV/HISTORY \
Expand Down
2 changes: 2 additions & 0 deletions tutorials/simple/src/simple/abstractsyntax/Env.sv
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ grammar simple:abstractsyntax ;
environments are provided.
-}

-- TODO: This is not only a bad way of doing things, but we should be using
-- a library environment anyway.
nonterminal Env<a> ;

function addBinding
Expand Down

0 comments on commit 73651d5

Please sign in to comment.