diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-20 23:08:40 +0300 | 
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-23 18:25:23 +0300 | 
| commit | eaa9f2c6dd47c7267c4e7f25565f8cf7f390e114 (patch) | |
| tree | a7edbd5fd965e562dfb76aeda9ed82c9b8a3eb03 /examples | |
| parent | 55428637a8536764a82693c19d76e61a6f557627 (diff) | |
| download | lyn-eaa9f2c6dd47c7267c4e7f25565f8cf7f390e114.tar.gz lyn-eaa9f2c6dd47c7267c4e7f25565f8cf7f390e114.zip | |
rename parser states to be less silly
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/echo.lyn | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/examples/echo.lyn b/examples/echo.lyn index bfaa9ae..2b22cc5 100644 --- a/examples/echo.lyn +++ b/examples/echo.lyn @@ -1,2 +1,3 @@  use-modules (ice-9 readline)  display (readline "Type something: ") +newline | 
