mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Code docs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//! Defines module for defining a small Lua AST for simple codegen.
|
||||
//! Defines module for defining a small Lua AST for simple codegen. Rojo uses
|
||||
//! this module to convert JSON into generated Lua code.
|
||||
|
||||
use std::{
|
||||
fmt::{self, Write},
|
||||
|
||||
Reference in New Issue
Block a user