Edgelang
This tool is used to quickly code and compile Edgelang code.
1. Code
name: test
true =>
say("hello");

2. Compile

3. Download
- Download the compiled output file

4. Run
- Use the module
location /t {
content_by_lua_block {
local test = require("test")
test.run_rewrite_phase()
}
}