From 9f1458db641460a179c21fbdfb160054eff9b92b Mon Sep 17 00:00:00 2001 From: Cam Hutchison Date: Thu, 19 Dec 2024 21:59:22 +1100 Subject: [PATCH] docsite: Rename "runtime" to "platform" Update generated docs from changes to source material. Commit-group: 2/2 Gen-command: make docs --- frontend/docs/builtins.html | 4 ++-- frontend/docs/builtins.htmlf | 2 +- frontend/docs/index.html | 2 +- frontend/docs/spec.html | 14 +++++++------- frontend/docs/spec.htmlf | 12 ++++++------ frontend/docs/syntax-by-example.html | 2 +- frontend/docs/talks-and-papers.html | 2 +- frontend/docs/usage.html | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/frontend/docs/builtins.html b/frontend/docs/builtins.html index caabaae5..5d18c3f1 100644 --- a/frontend/docs/builtins.html +++ b/frontend/docs/builtins.html @@ -513,7 +513,7 @@

Documentation

>Execution Model and Event Handlers -
  • Runtimes
  • +
  • Platforms
  • @@ -974,7 +974,7 @@

    #sleep

    use sleep to create a countdown timer.

    - In the browser runtime sleep pauses a + In the browser platform sleep pauses a minimum of 1 millisecond.

    Example

    diff --git a/frontend/docs/builtins.htmlf b/frontend/docs/builtins.htmlf index 82aa5359..4d48f141 100644 --- a/frontend/docs/builtins.htmlf +++ b/frontend/docs/builtins.htmlf @@ -398,7 +398,7 @@ print map to create a countdown timer.

    - In the browser runtime sleep pauses a minimum of 1 + In the browser platform sleep pauses a minimum of 1 millisecond.

    Example

    diff --git a/frontend/docs/index.html b/frontend/docs/index.html index ba8d93b3..2da6012f 100644 --- a/frontend/docs/index.html +++ b/frontend/docs/index.html @@ -513,7 +513,7 @@

    Documentation

    >Execution Model and Event Handlers
  • -
  • Runtimes
  • +
  • Platforms
  • diff --git a/frontend/docs/spec.html b/frontend/docs/spec.html index bec74588..91d8f346 100644 --- a/frontend/docs/spec.html +++ b/frontend/docs/spec.html @@ -513,7 +513,7 @@

    Documentation

    >Execution Model and Event Handlers
  • -
  • Runtimes
  • +
  • Platforms
  • @@ -2138,17 +2138,17 @@

    For more information on individual event handlers, see the built-in documentation.

    -

    #Runtimes

    +

    #Platforms

    - Evy has two runtimes: the terminal runtime and the - browser runtime. + Evy has two platforms: the terminal platform and the + browser platform.

    - The browser runtime can be tried at play.evy.dev. It fully supports + The browser platform can be tried at play.evy.dev. It fully supports all built-in functions and event handlers as described in the built-in documentation.

    -

    To use the terminal runtime, first install Evy and then run

    +

    To use the terminal platform, first install Evy and then run

    evy run FILE.evy
     

    @@ -2159,7 +2159,7 @@

    #Runtimes

    For more details, run evy run --help or evy fmt --help. The - terminal runtime does not support event handlers or graphics functions. + terminal platform does not support event handlers or graphics functions.

    diff --git a/frontend/docs/spec.htmlf b/frontend/docs/spec.htmlf index feb7686a..8e6d5d55 100644 --- a/frontend/docs/spec.htmlf +++ b/frontend/docs/spec.htmlf @@ -1490,17 +1490,17 @@ num For more information on individual event handlers, see the built-in documentation.

    -

    #Runtimes

    +

    #Platforms

    - Evy has two runtimes: the terminal runtime and the - browser runtime. + Evy has two platforms: the terminal platform and the + browser platform.

    - The browser runtime can be tried at play.evy.dev. It fully supports all + The browser platform can be tried at play.evy.dev. It fully supports all built-in functions and event handlers as described in the built-in documentation.

    -

    To use the terminal runtime, first install Evy and then run

    +

    To use the terminal platform, first install Evy and then run

    evy run FILE.evy
     

    @@ -1511,5 +1511,5 @@ num

    For more details, run evy run --help or evy fmt --help. The terminal - runtime does not support event handlers or graphics functions. + platform does not support event handlers or graphics functions.

    diff --git a/frontend/docs/syntax-by-example.html b/frontend/docs/syntax-by-example.html index 51712062..c3547526 100644 --- a/frontend/docs/syntax-by-example.html +++ b/frontend/docs/syntax-by-example.html @@ -513,7 +513,7 @@

    Documentation

    >Execution Model and Event Handlers
  • -
  • Runtimes
  • +
  • Platforms
  • diff --git a/frontend/docs/talks-and-papers.html b/frontend/docs/talks-and-papers.html index 7899550a..32cefc70 100644 --- a/frontend/docs/talks-and-papers.html +++ b/frontend/docs/talks-and-papers.html @@ -513,7 +513,7 @@

    Documentation

    >Execution Model and Event Handlers
  • -
  • Runtimes
  • +
  • Platforms
  • diff --git a/frontend/docs/usage.html b/frontend/docs/usage.html index 0c70e7f0..e9c3ec23 100644 --- a/frontend/docs/usage.html +++ b/frontend/docs/usage.html @@ -513,7 +513,7 @@

    Documentation

    >Execution Model and Event Handlers
  • -
  • Runtimes
  • +
  • Platforms