I have a problem with my pharo code. here, I have a method that I have broken down, that is to say, recover its parameters then deduce the types of these parameters.
Now I would like to compose the method with the types of the parameters inferred to generate numbers.
can we do it with the abstract syntax tree? If yes, how ? If not, can someone give me a clue?