Project.Beenerator.Documentation.GettingStarted

There are 2 kind of files that are used as input for the beenerator:

Downloads

Howto use the beenerator with this stuff

Driver Script

Syntax

Example:
«
  for (int i=0; i<10; i++) {
»
    Hallo «=context»
«
  }
»
would result in a file with 10 times Hallo John Doe
«#test.bsht»
would include the file test.bsht.
Next