Hi Alex,Sorry for the delay. The patterns to use depend on what you plan on doing. At the very least, you need to parse the input, likely with them an LL(k) recursive descent parser or with a parser generator like ANTLR. you will need some kind of interpreter once you have the expressions in memory. this is a very general question I’m afraid.
↧