Skip to content

Commit

Permalink
Add a tree-to-stream printer.
Browse files Browse the repository at this point in the history
PPBuilder: constructs a pretty printer by adding rules and compiling
them
PrettyPrinter: a tree-walk based printer with PGF stream output
  • Loading branch information
anyahelene committed Dec 13, 2014
1 parent 80a8d41 commit 1afa5c3
Show file tree
Hide file tree
Showing 5 changed files with 1,197 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pgf-experimental/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
rascal;bundle-version="0.6.0",
org.eclipse.imp.pdb.values;bundle-version="0.4.0",
org.junit
org.junit,
nuthatch_rascal;bundle-version="0.99.2",
nuthatch
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.nuthatchery.pgf.examples,
Expand All @@ -22,4 +24,4 @@ Export-Package: org.nuthatchery.pgf.examples,
org.nuthatchery.pgf.rules.actions,
org.nuthatchery.pgf.rules.pattern,
org.nuthatchery.pgf.tokens,
org.nuthatchery.pgf.examples
org.nuthatchery.pgf.trees
Loading

0 comments on commit 1afa5c3

Please sign in to comment.