mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-16 08:25:09 -04:00
added a simple handmade tokenizer
This commit is contained in:
parent
afa24f6979
commit
a77ab80fa5
@ -4,6 +4,8 @@ import java.io.IOException;
|
|||||||
import java.io.Reader;
|
import java.io.Reader;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Simple tokenizer to tokenize boolean expressions.
|
||||||
|
*
|
||||||
* @author hneemann
|
* @author hneemann
|
||||||
*/
|
*/
|
||||||
public class Tokenizer {
|
public class Tokenizer {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Classes to parse an expression to an {@link de.neemann.digital.analyse.expression.Expression} instance.
|
* Classes to parse an expression given as a string or reader to an
|
||||||
|
* {@link de.neemann.digital.analyse.expression.Expression} instance.
|
||||||
*
|
*
|
||||||
* @author hneemann
|
* @author hneemann
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user