scope-boundary:lua.scope
scope-boundary:lua.scope
ScopeBoundarysourceref-scope/scope-boundaries/scope-boundaries-languages.yaml·Open in Graph → {
"id": "scope-boundary:lua.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "language:lua",
"inScope": "Embedded scripting inside larger C/C++ hosts (Neovim, Redis, Nginx\nvia OpenResty, Roblox, World of Warcraft), small DSLs, and game\nmodding. Tiny interpreter, easy to embed.\n",
"outOfScope": "Standalone large applications, ML/data, and contexts that need a\nrich standard library.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:lua.scope",
"to": "language:lua",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}