sim-lib-lang-lua 0.2.1

Lua-style surface profile for the SIM expression runtime.
Documentation
1
2
3
4
5
6
(expr:map
  [kind "lua-source-conformance-case"]
  [case test/lua-core/closure-upvalue]
  [source "local n = 0 local f = function() n = n + 1 return n end return f() + f()"]
  [expect "3"]
  [runner cargo-test])