Best solution for language documentation.
        Posted  
        
            by Simone Margaritelli
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Simone Margaritelli
        
        
        
        Published on 2010-04-23T05:20:00Z
        Indexed on 
            2010/04/23
            5:23 UTC
        
        
        Read the original article
        Hit count: 306
        
documentation
|grammar
I'm developing a new object oriented scripting language and the project itself is quite ready for audience now, so i'm starting to think about a serious (not as "drafty" as it is right now) way of document its grammar, functions from standard library and standard library classes. I've looked a bit around and almost every language hash its own web application for the documentation, Python uses Sphinx for instance.
Which is the best PHP (don't have the time/will to install mod_who_knows_what on my server) application to accomplish this? I've used mediawiki a bit but i found its tag system a little bit hard to use in this context.
Thanks for your answers.
© Stack Overflow or respective owner