From: Grzegorz A. H. <rs...@gr...> - 2015-04-22 20:07:24
|
El 22/04/2015, a las 11:35, Tony Narlock <to...@gi...> escribió: > > Where do things stand with reStructuredText in other programming languages? Does anyone know any attempts? As it stands, I've seen a couple of non-python applications using reST - but they were just wrapping docutils. Lazy_rest (https://github.com/gradha/lazy_rest) implements a minimal rst spec in Nim. Since Nim compiles to C you can statically link it in most C software. |