Skip to content

Instantly share code, notes, and snippets.

@bakpakin
Last active January 25, 2019 23:29
Show Gist options
  • Save bakpakin/2dc3134af320c937315e97882cb53248 to your computer and use it in GitHub Desktop.
Save bakpakin/2dc3134af320c937315e97882cb53248 to your computer and use it in GitHub Desktop.
SPECIALS['lua'] = function(ast, scope, parent)
table.insert(parent, {leaf = ast[2], ast = ast})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment