Anthony J. Thibault
|
ab85e2967a
|
AnimExpression: support for unary not.
|
2015-12-15 13:18:30 -08:00 |
|
Anthony J. Thibault
|
22756d168b
|
Changed grammar to support boolean and and or.
|
2015-12-15 10:35:35 -08:00 |
|
Anthony J. Thibault
|
99223d0a3c
|
AnimExpression: support for parsing simple expressions
supports parens, binary +, -, / and *.
/ and * have higher precedence then + and -
|
2015-12-03 15:02:00 -08:00 |
|
Anthony J. Thibault
|
431a108c35
|
Bugfixes to expression for !!x expressions
Added stub eval methods. only boolean not, boolean and, boolean or and unary minus
are implemented.
|
2015-11-04 20:13:17 -08:00 |
|
Anthony J. Thibault
|
04d8a598da
|
First step toward evaluation
* added OpCodes
* added first parser rules
* removed mat4 support from AnimVariantMap
|
2015-11-04 16:56:34 -08:00 |
|
Anthony J. Thibault
|
4394083138
|
Added comma token
|
2015-11-04 14:51:05 -08:00 |
|
Anthony J. Thibault
|
7f0fc4f6eb
|
Added limited floating point support
|
2015-11-04 14:51:05 -08:00 |
|
Anthony J. Thibault
|
340096d457
|
Initial version of AnimExpression class with minimal tokenizer
|
2015-11-04 14:51:05 -08:00 |
|