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

Decide syntax for `...` blocks (repx)

AviFS opened this issue · comments

Overall

[.{}, ..]
[.{}, ...]

[`{}, ...]

["{}, "...]

Slice

[.{}, .1:3.]

[.{}, .1:3..]
[.{}, ..1:3.]

[.{}, ..1:3]
[.{}, ...1:3]

[.{}, .1.3.]
[.{}, .1.3.2.]

[.{}, ...1.]
[.{}, ....-1]
[.{}, ...1.3]
[.{}, ...1.3.2]