golua

module
v0.0.0-...-5105380 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2019 License: MIT

README

WARNING! Please expect breaking changes and unstable APIs. Most of them are currently at an early, experimental stage.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Directories

Path Synopsis
cmd
lua
func (x *Table) Next(key Value) (Value, Value) {} func (x *Table) Length() int {} func (x *Table) Append(value Value) {} func (x *Table) Insert(index int, value Value) {} func (x *Table) Remove(index int) (value Value) {} func (x *Table) RawGet(key Value) (value Value) {} func (x *Table) RawGetInt(key int) (value Value) {} func (x *Table) RawGetKey(key Value) (value Value) {} func (x *Table) RawGetStr(key string) (value Value) {} func (x *Table) RawSet(key, value Value) {} func (x *Table) RawSetKey(key, value Value) {} func (x *Table) RawSetInt(key int, value Value) {} func (x *Table) RawSetStr(key string, value Value) {}
func (x *Table) Next(key Value) (Value, Value) {} func (x *Table) Length() int {} func (x *Table) Append(value Value) {} func (x *Table) Insert(index int, value Value) {} func (x *Table) Remove(index int) (value Value) {} func (x *Table) RawGet(key Value) (value Value) {} func (x *Table) RawGetInt(key int) (value Value) {} func (x *Table) RawGetKey(key Value) (value Value) {} func (x *Table) RawGetStr(key string) (value Value) {} func (x *Table) RawSet(key, value Value) {} func (x *Table) RawSetKey(key, value Value) {} func (x *Table) RawSetInt(key int, value Value) {} func (x *Table) RawSetStr(key string, value Value) {}
vm
pkg
packer
string: 's' (prefix), 'z' (varlen), 'c' (fixed) float: 'f', 'd', 'n' sint: 'b', 'h', 'l', 'j', 'i' uint: 'B', 'H', 'L', 'J', 'I', 'T' padding, space, config options: "xX <=>!" values options: "bBhHlLjJTiIfdnczs" i[n], I[n] b, B h, H l, L j, J T f d n z cn s[n] options "!n", "sn", "in", "In" ; 1 <= n <= 16 Alignment works as follows: For each option, the format gets extra padding until the data starts at an offset that is a multiple of the minimum between the option size and the maximum alignment; this minimum must be a power of 2.
string: 's' (prefix), 'z' (varlen), 'c' (fixed) float: 'f', 'd', 'n' sint: 'b', 'h', 'l', 'j', 'i' uint: 'B', 'H', 'L', 'J', 'I', 'T' padding, space, config options: "xX <=>!" values options: "bBhHlLjJTiIfdnczs" i[n], I[n] b, B h, H l, L j, J T f d n z cn s[n] options "!n", "sn", "in", "In" ; 1 <= n <= 16 Alignment works as follows: For each option, the format gets extra padding until the data starts at an offset that is a multiple of the minimum between the option size and the maximum alignment; this minimum must be a power of 2.
pattern
TODO: capture index (e.g.
TODO: capture index (e.g.
std
io
os
pkg
str

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL