From: Brecht M. <bre...@mo...> - 2015-04-27 17:45:40
|
On Wed, 22 Apr 2015 11:35:06 +0200, Tony Narlock <to...@gi...> wrote: > Greetings docutils users, > > 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. I think the Nim programming language has adopted rST for its documentation [1]. They have an rST parser [2] written in Nim. I don't know how complete this implementation is. [1] http://nim-lang.org/docgen.html [2] http://nim-lang.org/rstast.html You should also look at this SO question: http://stackoverflow.com/questions/2746692/restructuredtext-tool-support It has a long list of rST tools. Best Regards, Brecht |