Ada: skeletons for Ada compiler
Merge branch 'master' of https://cavale.enseeiht.fr/git/lustrec
Initiating nwew version 1.7 Xia/Huai
Cleaning git references for release
Recording the opam file
Preparing release 1.6 Xia/Zhui
Merge branch 'master' into unstable
Some autoconf update
Num module for mli
Num is a package in recent ocaml
Cleaning warning in mpfr
No more uses of kind files
math fun lib support in MPFR
Merlin files
EMF export of local type definition (for simple types)
mutation bug solved: improper access to an element of an empty list of bindings
Printers bug solved: now properly printing lustre file as open/types/other decls
Lustre test gen mutation: bug solved. The path to the installation was hardcoded.
Bug solved in MCDC generation: Some annotations generated were producing problems
Print the spec within the node
Pretty serious update:- a bug in regressio ntest Simulink/integrator_ext_IC_matrix_test revealed the following (serious issue): when building the list of instruction (in the machine code) the access to variable were hardcoded to LocalVar or StateVAr depending whether the variables was part of the identified memories....
Moved back mpfr to its folder. Previsouly there was two competing files :(
MPFR bug solved: typing of function argument was not properly building tuples of types.
Improved configure.ac
Removed Contract contruct: imported node should be enough. Solved some warning at compile time
Further processing of contract in the typing. More to go
Merge branch 'unstable' of https://cavale.enseeiht.fr/git/lustrec into unstable
Merge branch 'cocospec_to_be_merged' into unstableMainly adapting to new cocospec syntax for contracts
Merge branch 'cocospec' of https://cavale.enseeiht.fr/git/lustrec into cocospec
- Global type env and clock env now availble as a global reference (Global module)- 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
Some refactoringAdapted the parser/types/constructors for cocospec syntax
[bug solved] do not normalize eexpr in annotations, only in specification.
Merge branch 'git-configure' into cocospec
Better management of git branch in configure.ac
Normalizing eexpr
Improving connection with CDash
doc: add HTML grammar file
solve error in lexer introduced by previous merge
finishing solving strange conflicts for merge...
Renamed annots into contracts. Preparing for syntax extension
- Removed the kind2 file (parser/lexer/types)- Cleaned a little bit our parser: removal of old prelude constructs
Cocospec discussions in the TODO.org
add more conversion libraries
fix rem and mod
add tanh
Updating dependencies in the READ:E
Merge branch 'merge' into unstable
Update the configure to prepare the next release 1.6 Xia/Zhu
Byte/String bug reappeared
Preparing release of 1.5 Xia/Shao Kang
Preparing release 1.6 Xia/Zhu
Solved bug#57: issues when indirect init of a pre in horn-traces
Temporily disabling Mehnir as a parser.
updated luster lexer ??
bug wrt normalization. Didn't take clock into account.
strange bug (ill-typed source) wrt Bytes/String conversion
bug in CSE, was disregarding clock
corrected kind parsing
updated division for Horn clauses
corrected euclidean division in C code
corrected the division conversion scheme
Integer div choices
Provide back the previous behavior concerning parsing spec.
Merge branch 'cocospec' of https://cavale.enseeiht.fr/git/lustrec into unstable
Merge branch 'euclidean' into unstable
Merge branch 'euclidean' of https://cavale.enseeiht.fr/git/lustrec into euclidean
introduced euclidean/C-like division in C code generation
install of yojson depends on lustresf in configure now
Euclidean div/mod treatment in Horn backend
Issues with typing pp_basic_lib_fun
Kind licence file
Tentative to rely on Kind parser for contracts
Produce condition coverage for basic boolean expressions. To be improved with a simpler condition.
[lustrec/mcdc/ improved the MCDC output
Tuning the pretty printing of Salsa plugin
Homogenizing the API for salsa and its use within the plugin
Some tentative improvement of Salsa plugin. Not satisfying yet
Moved mk_fresh_var from normalization to corelang
[scopes] Producing the appropriate scope label
NumMartel functions
Merging unstable into salsa
Merge branch 'unstable' into salsa
Basic library printers moved into backend specific printer files
Further restructuring:- 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
MLI for normalization and machine_code.Structs defining machines are now in machine_code_types
- Makefile: solved dependency problem when compiling include lusi- Renamed type declarations as lustre_types and machine_code_types
Updated TODOChanged selection of files in odocl
add lustrec math functions
Recursive resolution of dependencies