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

Custom format for Typed and dispatch refactor

This commit is contained in:
Étienne Fildadut 2023-12-28 14:28:14 +01:00
parent e222f0fb28
commit 91e1311560
8 changed files with 75 additions and 26 deletions

View file

@ -41,7 +41,7 @@ Function = Overloadable {
format_parameters = function(self, state)
return self.parameters:format(state)
end,
call_compatible = function(self, state, args)
call_dispatched = function(self, state, args)
state.scope:push()
args:bind_parameter_tuple(state, self.parameters)