1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00

Bump version, update doc

This commit is contained in:
Étienne Fildadut 2021-12-06 18:48:32 +01:00
parent 04c6683de8
commit 037654ebcf
5 changed files with 36 additions and 25 deletions

View file

@ -1,5 +1,6 @@
local truthy, anselme, compare, is_of_type, identifier_pattern, format_identifier, find, get_variable
--- mark a table as modified, so it will be merged on the next checkpoint if it appears somewhere in a value
local function mark_as_modified(v)
local modified = getmetatable(anselme.running.state.variables).modified_tables
table.insert(modified, v)