Skip to content

Commit

Permalink
arb to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanG committed Jul 2, 2013
1 parent b6c27c4 commit 7470e77
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions src/examples/seq.spec
@@ -0,0 +1,10 @@

// grammar file for binary trees (counting leaves and internal nodes)
// with parameters to obtain trees of size about 100000

set zstart 0.1;
set min 100;
set max 200;
set try 50;

BinNode ::= SEQ(BinNode) * <z>;
9 changes: 9 additions & 0 deletions src/examples/seq2.spec
@@ -0,0 +1,9 @@

// grammar file for binary trees (counting leaves and internal nodes)
// with parameters to obtain trees of size about 100000

set min 100;
set max 200;
set try 500;

Node ::= Leaf + Node * Node * SEQ(Node) * <z>;
File renamed without changes.
File renamed without changes.

0 comments on commit 7470e77

Please sign in to comment.