Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.13 KB

README.md

File metadata and controls

58 lines (48 loc) · 2.13 KB

LED: Language of Effective Definitions

LED system translates literate language LED into:

Demo

Binary download

See latest release

Usage

  • Save these 3 files to some directory d/:
  • Create a subdirectory s/ in d/
  • In s/: place some LED file f.led
  • 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 in s/

Git submodules