LED system translates literate language LED into:
- functional language SequenceL
- formatting language TeX
- Input: LED file
- Output:
- All examples (input:
*.led
; output:*.sl
,*.tex
,*.pdf
)
See latest release
- Save these 3 files to some directory
d/
:- LED binary for your OS (Ubuntu
led
or Windowsled.exe
) - LED library for SequenceL (
lib.sl
) - LED library for TeX (
lib.cls
)
- LED binary for your OS (Ubuntu
- Create a subdirectory
s/
ind/
- In
s/
: place some LED filef.led
- or save this demo LED file
- Open a terminal in
d/
and pass the LED file's path to the binary:- Ubuntu:
./led s/f.led -f
- Windows:
led.exe s/f.led -f
- WARNING: flag
-f
overwrites.sl
and.tex
files ins/
- Ubuntu:
src/genparser/
: generic parser by Evgenii Balaisrc/pyinstaller/
: Python installer by David Cortesi