Re: Time to finish RedyCode 1.0
- Posted by jmduro May 13, 2017
- 2995 views
Maybe what I'm thinking of is total nonsense but I think that most of cases in following routine of be_machine.c could be externalized reducing C source code size:
object machine(object opcode, object x) /* Machine-specific function "machine". It is passed an opcode and a general Euphoria object as its parameters and it returns a Euphoria object as a result. */
Jean-Marc