Skip to content

Commit

Permalink
feat: ottimizzazione
Browse files Browse the repository at this point in the history
  • Loading branch information
NX-Luca-Frangiamore committed May 2, 2024
1 parent f42ce9f commit 11216bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Evaluator/Environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func (v *Environment) addFunction(name string, value Parser.FuncDeclarationState
return errors.New("function already exists:" + name)
}
v.functions[name] = value
v.variables[name] = value //to print the signature
return nil

}
Expand Down

0 comments on commit 11216bb

Please sign in to comment.