PKEuS e0a3ca0845 Refactorizations in class Token: changed handling of different types of tokens.
- Replace _isNumber, _isName, _isBoolean attributes by a single _type attribute (enum Token::Type), because not two of the old booleans could be true at the same time.
-> Add support for lots of different other kinds of tokens. (More precise checking of token type possible)
-> Replaced instant checking of type for Operators, etc. by a value calculated at creation time. (Faster checking)
2012-04-23 21:05:26 +02:00
..
2011-10-13 20:53:06 +02:00
2012-04-17 12:57:16 +02:00
2012-01-01 01:05:37 +02:00
2011-10-23 15:45:56 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-03-25 12:51:10 +02:00
2012-01-01 01:05:37 +02:00
2012-04-18 16:35:04 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-10 19:48:25 +02:00
2012-04-17 12:57:16 +02:00
2012-02-18 11:55:05 +01:00