-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I figured this could help streamline the development process because
- You can test programs without compiling/processing the code first and
- if you decide to compile, Luacomp could for example turn
require("lib")into--#include "lib.lua"orlocal lib = require("lib")into--#include "lib.lua" "lib"
Metadata
Metadata
Assignees
Labels
No labels