rue-lexer

Crates.iorue-lexer
lib.rsrue-lexer
version0.6.0
created_at2024-07-06 02:09:38.283705+00
updated_at2025-11-18 03:35:28.166653+00
descriptionA lexer for the Rue programming language.
homepagehttps://github.com/xch-dev/rue
repositoryhttps://github.com/xch-dev/rue
max_upload_size
id1293682
size22,369
Rigidity (Rigidity)

documentation

README

Rue Lang

crate minimum rustc 1.90.0

Rue is a typed programming language which gets compiled to CLVM bytecode. It's designed to be an alternative to Chialisp for writing smart coin puzzles on the Chia blockchain.

You can learn more about it on the Rue docs website, and play around with the examples on the Rue Playground.

Highlights

  • Type Safe: The compiler will prevent entire classes of errors at compile time by enforcing types are used correctly.

  • Optimized: Many tricks are used to reduce the size of the generated bytecode as much as possible.

  • Familiar: Rue provides a simplified Rust-like syntax that will feel more at home for many developers than Chialisp.

Installation

See the Installation page on the docs site for more information.

Discord

You can join the Sage Discord to get help with Rue, suggest ideas, or just chat about the project.

Commit count: 0

cargo fmt