lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>>I am trying to write a pure rust >>implementation of Lua5.4.

>I cannot find any reasonable 
>translation for this

Rust is a programming language. The OP wants to take the PUC Lua interpreter, which is written in ANSI C, and rewrite it in Rust.

(Rust is designed to provide better protection against memory management mistakes than C, amongst other things.)