clike icon indicating copy to clipboard operation
clike copied to clipboard

Documentation is incomplete

Open cgswords opened this issue 10 years ago • 3 comments

The documentation is missing several files and may not be built as-is. Please add a pdf to the repository.

cgswords avatar Sep 22 '14 16:09 cgswords

CLike is a literate program - documentation is produced by compiling clike itself (either clikecc.exe or clikescc.exe, for latter llvm-wrapper is not required). Added a generated doc/doc.pdf.

combinatorylogic avatar Sep 22 '14 17:09 combinatorylogic

So the clike documentation cannot be read unless I have a windows development environment set up?

cgswords avatar Sep 22 '14 18:09 cgswords

A generated doc.pdf is now added to the repository. It is possible to build literate documentation without building llvm-bindings (make clikescc.exe doc/doc.pdf), but, of course, you will still need mbase, graphviz and pdflatex.

combinatorylogic avatar Sep 22 '14 19:09 combinatorylogic