Skip to content

Execute Generation of Language From Browser

Authors
Joe Starr, Ph.D. image

Joe Starr, Ph.D.

I specialize in computational knot theory. I’m also a professional embedded software engineer.

Primary Actor

The primary actor for the use case is the user.

Trigger

The user requests the generation

Goal

The loading of a language and generation of N words of that language.

Preconditions

None

Scenario

  1. The user interacts with the browser.
  2. The user specifies how many words to generate.
  3. The user supplies a language specification.
  4. The browser executes the production of the language in a VM.
  5. The browser parses the result.
  6. The browser presents the result.