friends, I have a piece of code which can perform simple add, subtraction, multiplication, division, and formula with brackets.
Is there some kind of conversion tool for translating code from C to Smalltalk?
Or any other relatively easy way to achieve this?
Thanks in advance.
There is an implementation of SWIG for Smalltalk. (SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages).