esa / opengeode

OpenGEODE - a free SDL State Machine editor for space applications...and more
https://opengeode.net
GNU Lesser General Public License v3.0
69 stars 20 forks source link

Expression analysis refactorization #11

Closed dbrabera closed 10 years ago

dbrabera commented 10 years ago

Refactorization of the code related to the type analysis of expressions, moving the code of each kind of expression into standalone functions and using specific AST nodes for field selector, index, substring and built-in call (special operators) expressions.