luau-rs

Crates.ioluau-rs
lib.rsluau-rs
version0.0.1
sourcesrc
created_at2024-08-06 13:24:09.831615
updated_at2024-08-06 13:25:30.289518
descriptionRust to a made-up Luau AST.
homepagehttps://github.com/glomdom/luau-rs
repositoryhttps://github.com/glomdom/luau-rs
max_upload_size
id1327296
size83,383
glomdom (glomdom)

documentation

README

luau-rs

Rust to Luau AST. This is a made-up AST, which can be used for optimization, preprocessing or rendering to code.

This project is in a very early stage, use in production is not recommended.

Main use is inside of roblox-rs.

roadmap

In no particular order:

  • functions
  • returning
    • explicit
    • implicit
  • control flow
    • if
    • else
    • else if
    • while
    • for
    • loop
  • function params
    • map most rust primitives to luau
    • deref
    • ref
    • generics
    • struct types?
  • structs
    • impl
  • traits
Commit count: 0

cargo fmt