Refactor and overhaul luajit crate

This commit is contained in:
2025-06-30 05:59:54 +10:00
parent 7768c5ec56
commit 1808bee82a
10 changed files with 1190 additions and 569 deletions

View File

@@ -1,3 +1,6 @@
//! # luaify
//!
//! A Rust for generating Lua code from Rust syntax.
use crate::{
generate::{generate, generate_chunk},
transform::{transform, transform_chunk},