Skip to content
/ LED Public
forked from iensen/LEDParser

Literate-programming system for LED (Language of Effective Definitions)

License

Notifications You must be signed in to change notification settings

vuphan314/LED

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Literate-programming system for LED (Language of Effective Definitions)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Slash 57.3%
  • Python 26.1%
  • TeX 15.7%
  • Other 0.9%