{"library":"samalang-compiler","title":"Samala Compiler","description":"The Samala Compiler compiles the Samawa programming language into Lua. Version 1.3.0 is the latest stable release. It transpiles Samawa code to Lua, enabling execution in Lua environments. Active development is uncertain due to limited community engagement and documentation. Key differentiators include targeting the niche Samawa language, which is designed for simplicity and embedding in Lua projects.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install samalang-compiler"],"cli":{"name":"samalang-compiler","version":null}},"imports":["import { compile } from 'samalang-compiler'","import { compileFile } from 'samalang-compiler'","import Samalang from 'samalang-compiler'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { compile } from 'samalang-compiler';\nconst luaCode = compile('print \"Hello, Samala!\"');\nconsole.log(luaCode);","lang":"typescript","description":"Compiles a simple Samawa print statement to Lua and logs the result.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}