diff --git a/README.md b/README.md index c0263fe2..7e4246a2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ BSD license ### Features - 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) e.g.1 basic pipeline with 2 segments `var_pipe_output.= var_list.= list a b c |> string toupper` diff --git a/hype_roysac.png b/hype_roysac.png new file mode 100644 index 00000000..0c0e8003 Binary files /dev/null and b/hype_roysac.png differ