mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Improve naming consistency
expression/conditions -> conditions paragraphs/checkpoints -> checkpoints merge/flush/commit -> merge
This commit is contained in:
parent
b7f38a16fd
commit
6f564ea0e2
6 changed files with 73 additions and 73 deletions
|
|
@ -4,7 +4,7 @@ local eval
|
|||
local common
|
||||
common = {
|
||||
-- flush interpreter state to global state
|
||||
flush_state = function(state)
|
||||
merge_state = function(state)
|
||||
local global_vars = state.interpreter.global_state.variables
|
||||
for var, value in pairs(state.variables) do
|
||||
global_vars[var] = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue