|
|
@ -7,6 +7,9 @@ BSD license |
|
|
|
|
|
|
|
|
|
|
|
### Features |
|
|
|
### Features |
|
|
|
- default ansi color output - toggle with 'colour on' and 'colour off' |
|
|
|
- default ansi color output - toggle with 'colour on' and 'colour off' |
|
|
|
|
|
|
|
- rendering of old-school Ansi art (cp437) in the terminal |
|
|
|
|
|
|
|
![Ansi art courtesy of roy-sac.com](hype_roysac.png?raw=true "Ansi art") |
|
|
|
|
|
|
|
|
|
|
|
- experimental functional/pattern-matching language features. (will not be performant until more work is done on script compilation) |
|
|
|
- experimental functional/pattern-matching language features. (will not be performant until more work is done on script compilation) |
|
|
|
e.g.1 basic pipeline with 2 segments |
|
|
|
e.g.1 basic pipeline with 2 segments |
|
|
|
`var_pipe_output.= var_list.= list a b c |> string toupper` |
|
|
|
`var_pipe_output.= var_list.= list a b c |> string toupper` |
|
|
|