sim-lib-lang-lua 0.1.4

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/string-patterns]
  [source "local out, n = string.gsub('aba', 'a', 'x') return out .. ':' .. n"]
  [expect "xbx:2"]
  [runner cargo-test])