absyntax/absyntax.hh
2012-12-22 Manuele Conti Complete fix initialize const_value.
2012-12-22 Manuele Conti Fix const_value field initialized.
2012-11-22 Mario de Sousa Start to move enumeration declaration checking to its own class.
2012-09-21 Mario de Sousa add method for printing class_name. USE ONLY FOR DEBUGING!
2012-09-13 Mario de Sousa Adjust coding style.
2012-09-08 agraeper list_c: initial capacity. ERROR_MSG(msg,...) supports optional arguments now.
2012-07-20 Mario de Sousa Constant folding for IL.
2012-07-18 Mario de Sousa cleaning up code. Changing HUGE_VAL to INFINITY.
2012-06-09 Mario de Sousa Correctly implement MOD operation and overflow checks (still missing uint * / MOD).
2012-06-08 Mario de Sousa Add data structure for storing overflow of constant values.
2012-06-06 Mario de Sousa make the compiler platform independent (i.e. no longer assume sizeof(double)==8).
2012-06-06 Mario de Sousa Fix a few bugs of previous commit.
2012-06-05 Manuele Conti Start constant_folding class.
2012-03-02 Mario de Sousa Continue adding support for semantic verification of JMP and RET.
2012-02-10 Mario de Sousa Add support for semantic verification of function calls in IL.
2012-02-01 Mario de Sousa Re-write of stage3 code (done by Manuele and I), re-write of search_varfb_instance_type_c (done by myself), and several other bug fixes.
2011-07-29 Mario de Sousa Support for semantic verification of calls to standard functions.
2011-04-14 Mario de Sousa Added tracking of order by which tokens are processed by lexical analyser.
2011-04-14 Mario de Sousa Adding tracking of filename in which token is located.
2011-04-05 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
2011-03-31 Mario de Sousa Updating licensing information.
2007-10-23 mario Adding basic error checking.
2007-01-31 etisserant Initial commit. Last MatPLC CVS with some makefile inclusion removed in order to compile fine out of MatPLC.