AviFS / md-rep

A DSL to pprint arrays, matrices & tables. Wait, is it a DSL or markup language?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle signed numbers in slices

AviFS opened this issue · comments

Just that! Should be able to do [.{A[i]}, .1:-1:2.], for instance.

Signed numbers give parse errors right now. Look for Lark common for signed/unsigned ints, otherwise implement.