- Oct 20, 2017
-
-
- Oct 13, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
With this change, the following is now valid syntax: let array = [ one two three # a comment four # another comment ] echo $join(array, "\n")
-
- Oct 12, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Since we are depending on Nightly, we may as well utilize the impl trait return type feature that should help us to avoid some heap allocations when getting a list of variables in the shell.
-
Michael Aaron Murphy authored
After the refactoring of how let and other builtins were parsed, we lost the ability to get a list of local variables just by supplying the let command without any arguments. This will re-implement that ability.
-
Michael Aaron Murphy authored
Liner seems to be doing some very limited form of multi-line comment support, itself. This change will strip out the excess characters that are returned by liner.
-
Michael Aaron Murphy authored
Update variables for commands that start with ~, too Closes #551
-
Michael Aaron Murphy authored
A bit of refactoring to make handling method arguments simpler.
-
Jeremy Soller authored
-
- Oct 11, 2017
-
-
Michael Aaron Murphy authored
-
- Oct 10, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Oct 09, 2017
-
-
* Fixed is_array to return false on "[1 2 3][0]" * Added derive for Copy to IsArrayHelper
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Closes #549
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Oct 08, 2017
-
-
Michael Aaron Murphy authored
Addresses precision issues with floating point math by converting all usage of f64 to d128 from the decimal crate.
-
- Oct 07, 2017
-
-
Michael Aaron Murphy authored
Closes #529
-
Michael Aaron Murphy authored
-
- Oct 06, 2017
-
-
Michael Aaron Murphy authored
Closes #544
-
Michael Aaron Murphy authored
Closes #543
-
- Oct 05, 2017
-
-
Jeremy Soller authored
-
- Oct 01, 2017
-
-
Michael Aaron Murphy authored
Fixes issues like the following: ~/.cargo/bin/ion -c echo test let COM = echo; $COM test
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
To use a function to generate a prompt, simply create a function whose name is PROMPT.
-
- Sep 30, 2017
-
-
Michael Aaron Murphy authored
-
- Sep 27, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Sep 23, 2017
-
-