Cluaupp
Cluaupp is the Roblox connection: generated instance headers, Rojo, project init, package install.
CL++ is the language. This split matters:
| Question | Owner |
|---|---|
Does :: vs . compile? | CL++ |
Why is ProximityPrompt missing from IntelliSense? | Cluaupp headers |
How does a .server.clpp become a Script in Studio? | Cluaupp + Rojo, using CL++ tags |
| JSON compile for a bundler | clpp api compile (stable contract) |
clpp api compile --file src/server/Leaderstats.server.clppclpp api manifestUpdating the Cluaupp CLI to this compiler: Cluaupp 0.7.0 and Update Cluaupp — pin 0.7.0.
TypeScript types: support/cluaupp.d.ts. Details: Cluaupp support.
Anonymous callbacks Cluaupp must generate: Cluaupp — anonymous callbacks. Write func (params) { }. func [](…) and []() { } do not compile.