Literate icon indicating copy to clipboard operation
Literate copied to clipboard

A literate programming tool for any language

Results 31 Literate issues
Sort by recently updated
recently updated
newest added

Suppose we have a program written in Literate, and some collaborators on that program who, for whatever reason, only want to work on the generated program source files. This could...

These patches add an error_format for Go, along with some minor documentation changes.

First, thanks for such a good work. Would you consider adding a 'run' command to Literate, allowing to add the output of said command to the generated .html file? Something...

Line directives appear to always insert a space between the prefix given as a command line argument and the actual number. [Mercury](http://mercurylang.org/) however requires line directives to be in format...

When opening a weaved document with the console open, you can observe that the browser attempts to load a font for KaTeX. The weaver seems to be using relative URL's...

Goes some way to addressing #30 - also warns whenever a file has two `@title` commands, as a little benefit.

I'm not sure how links are implemented. Thus, book.lit contains this part: [Hello World](hello.lit) [Word Count](wc.lit) [Hangman](hangman.lit) [Multiple Files](multiple_files.lit) [Reference](reference.lit) I would expect the text in the `[]` to be...

When lit is compiling as well as weaving, I get SIGSEGV. Top of my file is: @code_type c++ .cpp @comment_type // %s @compiler lit -t main3.lit && g++ -c main3.cpp...

Hi, I love your tool. I would like to integrate it into my personal blog. However, I don't know of a good way to do this. I can't really make...

E.g., using `-w`, `-t` and `-c` together cause no output to be written. Likewise, `-w` and `-t` (without the `-c` compiler option) still causes no output to be written.