-
serialize
: serialization of safeValue
s (subset ofprint
) -
repr
: current implementation ofprint
, make print print strings verbatim -
exec
: Parse and run adices
expression- has an optional parameter that enable injecting variables
- return both the last value and the global variables
-
load
: like exec, but return either the globals OR a variable called__EXPORT__
if it exists
import
: combination ofload
andread_file
. Read a file, execute it, return either its global scope or the declared export
- Write Lua bindings
- Add the
LuaFunction
datatype
- Extend test coverage
- Plan the API
- Create the
/auth
endpoints - Create the authentication classes
- Create the user class
- Plan the database
- Setup the Angular project
- Plan the UI
- Write the WASM bindings