diff options
Diffstat (limited to 'doc/grammar.html')
-rw-r--r-- | doc/grammar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/grammar.html b/doc/grammar.html index 419c13e..74ee60f 100644 --- a/doc/grammar.html +++ b/doc/grammar.html @@ -69,10 +69,10 @@ and 128 KB on Linux. </li> <p> Knowing that, and wanting lightweight and efficient scripts, I wondered: "Why should the interpreter stay in memory while the script -is executing ? Why not parse the script once and for all, put +is executing? Why not parse the script once and for all, put it all into one <em>argv</em>, and just execute into that <em>argv</em>, relying on external commands (which will be called from within the -script) to control the execution flow ?" +script) to control the execution flow?" </p> <p> <tt>execline</tt> was born. </p> |