++++++++++++++++++++++ Changes in Expressions ++++++++++++++++++++++
- added chance to finalize the compilation object
- back-ported to Python 2.x
- new base class
Dialect
for syntax dialects – will contain list of operators and other dialect properties - added
register_dialect
,get_dialect
andunregister_dialect
- pass dialect by name, not by structure
- fixed compilation of function calls