Created by: zeffii
-
will add nicer looking mode (for topology, arbitrary lists, even mixed list lengths) -
possibly lame-lexer for arbitrary string content (something which doesn't expect syntax highlighting) The solution here might be to try/except a syntax-highlighter, and in the exception clause attempt a lame-lexer ( that handles explicit []/\[0-9]()|:-+=*&@#~;<>?
, rather than lexing something that must be compilable - just focus on certain characters.
-
-
will increase speed of default text mode -
hijack REPL to allow printing arbitrary data to, instead of stdout. with "console_print(.....)` from sverchok.utils.console_print import console_print console_print(V1, allow_repeats=True, pretty=True, rounding=4, compact=True)