- Jul 21, 2017
-
-
Michael Aaron Murphy authored
I will be updating this manual in the coming week or so until it fully documents every aspect of Ion to end users.
-
Michael Aaron Murphy authored
Added `matches` builtin and fixed grammar issue
-
Danny Rosseau authored
-
Danny Rosseau authored
-
- Jul 20, 2017
-
-
Michael Aaron Murphy authored
Handle unusual errors during process spawning
-
Richard Palethorpe authored
Only print "Command not found: ...", if the error is actually that the command is not found. Otherwise print a general error description from the system. I found that while trying to echo to the example scheme (:vec) I was getting EBADF which caused "command not found: /bin/ion" to be printed.
-
Michael Aaron Murphy authored
Some more consistency changes to builtins
-
Michael Aaron Murphy authored
-
Danny Rosseau authored
-
Danny Rosseau authored
-
- Jul 19, 2017
-
-
Michael Aaron Murphy authored
Making the builtins a little neater. Closures weren't very friendly for debuggers/backtrace
-
Danny Rosseau authored
-
Michael Aaron Murphy authored
Case statements are now implicitly ended
-
Jeremy Soller authored
-
Hunter Goldstein authored
-
Michael Aaron Murphy authored
Miscellaneous method updates / QoL changes
-
Hunter Goldstein authored
-
Hunter Goldstein authored
-
Michael Aaron Murphy authored
Add support for inline expressions in methods
-
Hunter Goldstein authored
-
Hunter Goldstein authored
-
- Jul 18, 2017
-
-
Michael Aaron Murphy authored
Fix issue #419 `echo hello#world`
-
Danny Rosseau authored
Updated statement logic for comments so they must be preceded by whitespace or at the start of a line
-
Danny Rosseau authored
-
Michael Aaron Murphy authored
Read init file only when using interactive shell
-
Michael Aaron Murphy authored
Added not builtin
-
Danny Rosseau authored
-
Jean-Loup 'clippix' Bogalho authored
-
Jeremy Soller authored
-
- Jul 17, 2017
-
-
Michael Aaron Murphy authored
Conditionals && and || weren't working as expected
-
Danny Rosseau authored
-
Michael Aaron Murphy authored
Jobs no longer use a separate list of builtins to determine the command type
-
Danny Rosseau authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
bugfix: echo was treating anything preceded by - as an option flag
-
Danny Rosseau authored
-
- Jul 16, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Leads to a major speed bonus for script executions, which have no business creating and managing a context that they'll never use. IE: the fibonacci script finishes in half the time as before.
-