Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

lux-lang examples

Runnable example programs for lux-lang. Each subdirectory is an independent example with its own README explaining what it shows and how to run it.

Install

cargo binstall openie-lux
# or
cargo install openie-lux
# or download from https://github.com/openIE-dev/lux-lang/releases

Examples

  • [hello counter component-tour/](./hello counter component-tour/)

License

Examples in this directory are licensed under Apache-2.0 — copy them into your own projects without license contamination. See LICENSE for the full text.

This differs from the rest of this repository (binaries under BSL-1.1, documentation under CC-BY-4.0).