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

Compile to other langs

AviFS opened this issue · comments

Originally (aka last night), I conceived of this as a library to use for pretty printing. Or markup, or DSL. Still haven't decided what this falls under.

But people will likely just be using one or two formats in their code. It's ridiculous to import all this parsing and heavyweight stuff in an interpreteed language, just to do something trivial.

Idea: Have 'code' in this lang compile (minimally) to other langs, so you can pprint without having to include everything.

If you have a language to request support for, please comment:

[ ] Python
[ ] Javascript