diff options
author | Alexis Lockwood | 2021-07-01 18:59:36 -0400 |
---|---|---|
committer | Alexis Lockwood | 2021-07-01 18:59:36 -0400 |
commit | 525ea5976d33d20adf63ca26a3c491c3a24b1350 (patch) | |
tree | 0b5e37ac6c1e0e3554278f2b74023d3fe348a421 | |
parent | 983946540e573eb33906438e7fb14581ba0f9217 (diff) |
notes
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -106,6 +106,11 @@ The following things use pool entries: - Hooks - Label cache - Fetcher (always execute in RAM) +- All keywords (except block definers like loops) should cleanly stop parsing + at the first keyword they don't recognize. This will enable things like + IF...THEN...ELSE +- Factor an `ls_exec_statement` out of `ls_exec_line` to further enable + IF...THEN...ELSE # THE SCRIPTING LANGUAGE |