| Age | Commit message (Collapse) | Author |
|
|
|
knows where to look.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command line flag is used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use "$(...)" instead of eval "$(...)", as per best practice
recommendations.
|
|
newline after 1-line indented code inside blocks, and forcing files to
have a trailing newline. The trailing newline thing created a lot of
spurious changes.
|
|
|
|
garbage).
|
|
function for directly extracting source lines from a Source or AST.
|
|
|
|
|
|
|
|
|
|
actions/lists/blocks, etc. Also fixed escaped blocks, which weren't
previously working.
|
|
|
|
file spoofing and adding -e command line flag for executing a string.
|
|
|
|
the oldest.
|
|
|
|
|
|
|
|
indent for "\nhello"
|
|
|
|
|
|
|
|
|
|
FileChunks. They're not really supposed to go there, and if they do, it
will cause an error on compilation. This just fixes that to be a parse
error instead of a compile error.
|
|
|
|
|
|
|
|
dumb and slow, but correct. Also simplified recursion options a bit for
tree_to_nomsu()
|
|
separate inline/not-inline functions.
|
|
|
|
example
|
|
(do: if (yes) (: say "hi"); say "done")
|
|
and switch statements.
|