- Nov 22, 2017
-
-
Agustin Chiappe Berrini authored
-
- Nov 21, 2017
-
-
Michael Aaron Murphy authored
Add code block for multi-line comments in the docs.
-
Bheesham Persaud authored
-
- Nov 20, 2017
-
-
Michael Aaron Murphy authored
Clean up some technical debt and add tests
-
- Nov 19, 2017
-
-
Agustin Chiappe Berrini authored
-
- Nov 18, 2017
-
-
Michael Aaron Murphy authored
Less heap
-
Agustin Chiappe Berrini authored
-
Agustin Chiappe Berrini authored
-
Agustin Chiappe Berrini authored
-
- Nov 16, 2017
-
-
Michael Aaron Murphy authored
Build for Redox on Travis
-
Ian Douglas Scott authored
-
Michael Aaron Murphy authored
Fix test with negative numbers
-
Agustin Chiappe Berrini authored
-
- Nov 14, 2017
-
-
* Make ./examples/run_examples.sh loudly fail If you do: ``` ./examples/run_examples.sh rm src/types.rs ./examples/run_examples.sh ``` The second run will succeed even though the compilation failed. Fix this by making the script fail if one of the steps fail. * and set +e before the for
-
- Nov 13, 2017
-
-
Rather than performing a lookup for a given builtin command for each statement repeatedly, this will only perform the builtin lookup once when parsing the statement, so that looped blocks will not have to perform repeated future lookups.
-
- Nov 09, 2017
-
-
* Add escape function * add unescape function * add some examples * address some of the comments * Address comments * use own escape function
-
- Nov 08, 2017
-
-
Michael Aaron Murphy authored
-
-
-
- Nov 07, 2017
-
-
Michael Aaron Murphy authored
Documented Builtins
-
Jacob Humphrey authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Nov 06, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Closes #577
-
- Nov 05, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Add a get_array() method to the public API.
-
Ian Douglas Scott authored
-
- Nov 04, 2017
-
-
Michael Aaron Murphy authored
Fix string comparisons in documentation
-
Michael Aaron Murphy authored
-
Nagy Tibor authored
The builtin test command expects `=` for string comparisons, not `-eq`
-
Michael Aaron Murphy authored
The IonLibrary interface has been removed, and integrated directly within the shell's main module.
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Nov 03, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Nov 01, 2017
-
-
Michael Aaron Murphy authored
When expanding arguments, if an argument evaluates to an empty argument, simply ignore the argument as if it didn't exist.
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
This will move the readln logic from `shell::binary` into `shell::binary::readln`.
-