Open GoogleCodeExporter opened 9 years ago
Original comment by andrew.k...@gmail.com
on 1 Mar 2010 at 10:25
I decided to take a stab at this and issue 4. In the process, I basically
replaced the entirety of Core/PolishExpression.cs. For this reason, I do not
recommend trying to read its diff; just treat it as "entirely new file with
only minimal relation to to the old one".
Be aware that the implementation I chose for variable substitution will
tolerate being passed fewer variables than are referenced, and ->will
renumber<- the out-of-range variables: If the variables { 1 2 } are substituted
into "$0 $1 $2 + +", the result is "1 2 $0 + +".
I also added tests; they should be pretty self-explanatory.
Original comment by dales...@gmail.com
on 21 Oct 2010 at 7:17
Attachments:
Original issue reported on code.google.com by
andrew.k...@gmail.com
on 30 Sep 2006 at 3:54