otl Code
Status: Beta
Brought to you by:
dathomp1
INSTALLATION ===================================== Use from the source code ------------------------------------- The source code is written in Common Lisp and depends on 'graylex' (https://github.com/e-user/graylex) and 'cl-parser-combinators' (https://github.com/Ramarren/cl-parser-combinators). Files can be processed with PARSE-AND-RENDER-FILE or PARSE-AND-RENDER-IN-DIR: (otlr::parse-and-render-in-dir "/home/thomp/computing/otl/tests/otl/whitespace/" :overwrite-p t) (otlr::parse-and-render-file "/home/thomp/computing/otl/tests/otl/images/image07.txt" :overwrite-p t)