So, the question is simple...
in 'C' we have calling conventions in FUNCTIONS. Why? why we cann't(don't) build compilers,libraries to make our own calling conventions like...
func()(lr);-for left to right calling convention.
func()(rl);-for right to left calling convention. :eek: