Typed AST for Lua 5.5 — shared by parser, transformer, and code generator.
Also houses [LuaTarget], the cross-cutting compilation-target enum used by
both valua-lint and valua-codegen. Placing it here avoids an illegal
valua-lint → valua-codegen dependency (see architectural note in PRD §6.2).