- May 09, 2023
-
-
BRUN Lelio authored
-
BRUN Lelio authored
-
- Mar 29, 2023
-
-
BRUN Lelio authored
-
- Mar 28, 2023
-
-
THIRIOUX Xavier authored
-
- Feb 09, 2022
-
-
BRUN Lelio authored
-
- Feb 03, 2022
-
-
BRUN Lelio authored
ast modifs and additional arrow_taint phase to retrieve which arrow "protects" / "taints" which variable
-
- Jun 30, 2021
-
-
BRUN Lelio authored
-
- Jun 28, 2021
-
-
BRUN Lelio authored
-
- Jun 25, 2021
-
-
BRUN Lelio authored
-
- Jun 17, 2021
-
-
BRUN Lelio authored
-
- May 04, 2021
-
-
BRUN Lelio authored
-
- Apr 21, 2021
-
-
BRUN Lelio authored
-
- Feb 16, 2021
-
-
BRUN Lelio authored
-
- Feb 15, 2021
-
-
BRUN Lelio authored
-
- Feb 05, 2021
-
-
BRUN Lelio authored
-
- Jul 16, 2020
-
-
THIRIOUX Xavier authored
-
- Jan 28, 2020
-
-
Pierre Loic Garoche authored
- Renamed Mpfr to lustrec_mpfr - Introduced dependency in Zarith. Trying to move away from Num
-
- Jan 27, 2020
-
-
Pierre Loic Garoche authored
[bug cavale 93] solved: issue when resetting a stateless node. Now generating a warning and forcing the stateful status. Could be improved to remove the reset statement. (TODO)
-
Pierre Loic Garoche authored
-
- Nov 21, 2019
-
-
Pierre Loic Garoche authored
- Bugs in partial evaluation for equalities among bool constants and a nice recursive call generating a stack overflow! Now solved - Setup a timeout for z3 in seal - Better log for seal
-
- Nov 14, 2019
-
-
Pierre Loic Garoche authored
-
- Jul 11, 2019
-
-
Pierre Loic Garoche authored
-
- Jul 04, 2019
-
-
Pierre Loic Garoche authored
-
- Mar 21, 2019
-
-
Pierre Loic Garoche authored
-
- Mar 12, 2019
-
-
Pierre Loic Garoche authored
Contract resolution still need to be done as well as dealing with the machine code level and so on.
-
- Feb 20, 2019
-
-
Guillaume DAVY authored
package using it. It required a lot of refactoring.
-
- Feb 13, 2019
-
-
Guillaume DAVY authored
-
- Feb 11, 2019
-
-
GARION Christophe authored
-
- Nov 23, 2018
-
-
Pierre Loic Garoche authored
-
- Nov 21, 2018
-
-
Pierre Loic Garoche authored
node_Table hashtbl is now only available through functions of the corelang.mli
-
Pierre Loic Garoche authored
Moved lusic to .h printer after normalizing in case we want one day to produce ACSL from a normalized spec Trying also to extend the parser to deal with imported nodes....
-
Pierre Loic Garoche authored
Different parsers yet but shared process. In case of lusi input the C backend is bypassed since the .h is generated from the lusic and no C code should be generated since it may overwrite existing manually written code But
-
Pierre Loic Garoche authored
- Modules now is more integrated and performed the building of the type/clock env. previously some computation were performed twice by different functions. Some of these functions have been moved from compiler_common to modules
-
- Nov 20, 2018
-
-
Pierre Loic Garoche authored
- Contract were extended with list of statements.
-
- Oct 08, 2018
-
-
Pierre Loic Garoche authored
- Adapted the parsing of specification with a cocospec compatible one - The data structure of contracts is now almost cocospec compatible - Lustrec-test has been updated to use the newest syntax
-
- May 15, 2018
-
-
Pierre Loic Garoche authored
-
- Mar 30, 2018
-
-
Pierre Loic Garoche authored
- arrow.ml* to define basic builder for arrow (node, name, ...) - machine_code_common similar to corelang but for machine_code (printers, some builders, ...) - machine_code restricted to the translatation from normalized nodes to machines
-
Pierre Loic Garoche authored
- Renamed type declarations as lustre_types and machine_code_types
-
- Mar 14, 2018
-
-
Pierre Loic Garoche authored
- program type renamed as program_t - Initiating the lustrev tool with dependencies to z3 and seal.
-
- Feb 13, 2018
-
-
Pierre Loic Garoche authored
-