pnkfelix / tango

Markdown-based Literate programming in Rust, integrated with Cargo.
Apache License 2.0
171 stars 12 forks source link

Make it language independent #3

Open hauleth opened 8 years ago

hauleth commented 8 years ago

Make it parse files with extension .xxx.md and then just remove the extension.

pnkfelix commented 8 years ago

Hmm, I'd have to go a little bit further and actually handle arbitrary code blocks, not just

```rust

in that case.

But its not a bad idea.

I'm planning a general rewrite of the code at some point soon, where I'll use the current implementation to bootstrap a new literate one. When I do that, I'll try to incorporate support for arbitrary code blocks other than rust ones.

hauleth commented 8 years ago

References and support for ASCIIDoc would be IMHO better as the first place goals.

Łukasz Jan Niemier

Dnia 21 lip 2016 o godz. 17:26 Felix S Klock II notifications@github.com napisał(a):

Hmm, I'd have to go a little bit further and actually handle arbitrary code blocks, not just

in that case.

But its not a bad idea.

I'm planning a general rewrite of the code at some point soon, where I'll use the current implementation to bootstrap a new literate one. When I do that, I'll try to incorporate support for arbitrary code blocks other than rust ones.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.