A Scheme-like typesetting LISP editor that using SILE typesetting Engine.
Find a file
2021-06-29 23:42:41 +08:00
example fix type in example.pdf 2021-06-29 23:40:10 +08:00
playground add something 2021-06-20 23:24:44 +08:00
src change the name of examplepdf 2021-06-29 23:42:41 +08:00
.gitignore add parser and lexer 2021-06-08 22:07:14 +08:00
COPYING add rainbow mode 2021-05-31 00:14:18 +08:00
LICENSE Update LICENSE 2021-05-29 19:28:12 +08:00
MANIFEST.in refactor 2021-06-05 19:45:47 +08:00
README.md change the name of examplepdf 2021-06-29 23:42:41 +08:00
setup.py modify setup.py, etc. 2021-06-28 00:39:17 +08:00

Clochur

A Scheme-like typesetting LISP interpreter and editor that using SILE typesetting Engine.

Screenshot

screenshot

License

GPLv3 (except those inside thirdparty/)

Dependencies

  • Python3
  • PyQt5>=5.15
  • QScintilla>=2.12
  • SILE>=0.10

Install

It's recommended to install the wheel file (.whl) of it with pip3:

pip3 install Clochur-x.y.z-py3-none-any.whl

Manual

see src/manual.pdf

Packaging

To make a wheel package, run the following command in the root folder:

python3 setup.py bdist_wheel

and then:

cd dist; ls

Clochur-x.y.z-py3-none-any.whl will be in it.