diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-11-21 16:51:50 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-11-21 16:51:50 -0500 |
| commit | 1f5504e9300aa0a1c4ddd5f2e3ae0ea21c1c32a9 (patch) | |
| tree | 3c6d2dcbc460f55f159aaae879f241e9f4e701d9 /clformat/src | |
| parent | c91e15f6e1597aa96fc5072c2e927f7c39edf124 (diff) | |
Some minor CLFormat tweaks
Diffstat (limited to 'clformat/src')
| -rw-r--r-- | clformat/src/main/java/bjc/utils/ioutils/format/CLValue.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clformat/src/main/java/bjc/utils/ioutils/format/CLValue.java b/clformat/src/main/java/bjc/utils/ioutils/format/CLValue.java index 746bf31..c623e6f 100644 --- a/clformat/src/main/java/bjc/utils/ioutils/format/CLValue.java +++ b/clformat/src/main/java/bjc/utils/ioutils/format/CLValue.java @@ -17,6 +17,9 @@ import bjc.esodata.*; * models lexical scopes (extend on FunctionalMap may do the right thing, not sure) * - Local variables, stored on the FormatContext as well, but these * aren't copied over when a new context is built. + * + * For static/global variables, maybe some equivalent of 'local' from perl to + * localize them. */ /** * Represents a parameter value to an edict that may have a dynamic value |
