susanw1 / zscript

Command interface processor for embedded devices
MIT License
1 stars 0 forks source link

Java Tokenizer should be extracted from receiver, so Client can be specific about dependencies #159

Closed susanw1 closed 2 months ago

susanw1 commented 2 months ago

At the moment, Java Receiver contains the Tokenizer, which means you can't see what the Client code is really using. At the moment, it could be using the entire Java executor. If we extract it, then it becomes clearer.