- Sep 03, 2015
-
-
Erwan Jahier authored
- add a sectiuon on operators priority - fix the automatic latex grammar generator (now calles yacc2latex) also force the -rif in the utils/luciole-rif script when used with lutin or lus2lic.
-
- Aug 20, 2015
-
-
Erwan Jahier authored
-
- Aug 17, 2015
-
-
Erwan Jahier authored
Indeed, otherwise, in some cases, rdbg or lurette migth not realise that lus2lic exited in error.
-
- Jul 10, 2015
-
-
Erwan Jahier authored
-
Mamadou Ndiaye authored
-
Erwan Jahier authored
-
Erwan Jahier authored
Fix the bug detected in the previous commit where type instance were not propagated in package obtained from a model instance.
-
Erwan Jahier authored
More precisely, issuing an "exit 2" is not enough for the should_work proc in test/site.exp to state that the test fails. That fix revealed a certain number of bad programs. Some were not really wrong ; there were just not respecting the naming convention used to automated the test (i.e., main node name = file name). It also releaved a real bug due to the fact that type instanciatiation is not propagated during model instanciatiation, where creates a loop between (Lic2soc.process_node and Lic2soc.soc_of_node). Indeed it searches in the soc the table for an abstract profile.
-
Mamadou Ndiaye authored
-
Mamadou Ndiaye authored
-
- Jul 07, 2015
-
-
Erwan Jahier authored
-
- Jul 06, 2015
-
-
Pascal Raymond authored
* la syntaxe est changee pour l'accepter * la stucture IdSolver (compil "lazy") contient maintenant "all_srcs" qui permet d'acceder si besoin a n'importe quelle info source, notamment les params statiques des noeuds identifies par "Pack::name"
-
- Jul 03, 2015
-
-
Mamadou Ndiaye authored
-
- Jul 01, 2015
-
-
Mamadou Ndiaye authored
-
Erwan Jahier authored
-
Mamadou Ndiaye authored
-
- Jun 25, 2015
-
-
Erwan Jahier authored
-
- Jun 24, 2015
-
-
Mamadou Ndiaye authored
-
Mamadou Ndiaye authored
-
Mamadou Ndiaye authored
-
Erwan Jahier authored
To run it, just launch just: cd test/ make test.kcg
-
- Jun 23, 2015
-
-
Erwan Jahier authored
(which breaks lurettetop) nb : Mamadou's change broke some tests (18->53). Empty body is generated for nodes that have one eq. I'll fix that later.
-
Mamadou Ndiaye authored
-
Erwan Jahier authored
(which breaks lurettetop) nb : Mamadou's change broke some tests (18->53). Empty body is generated for nodes that have one eq. I'll fix that later.
-
- Jun 22, 2015
-
-
Mamadou Ndiaye authored
-kcg: forces the -esa(expand_arrays) option so that arrays walk with diese.We will see later how to treat properly the arrays.
-
- Jun 19, 2015
-
-
Mamadou Ndiaye authored
-
- Jun 18, 2015
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- Jun 17, 2015
-
-
Mamadou Ndiaye authored
-kcg: evaluates types enum and struct correctly. -kcg: evaluates const correctly.
-
- Jun 12, 2015
-
-
Mamadou Ndiaye authored
-
- Jun 11, 2015
-
-
Mamadou Ndiaye authored
-
- Jun 01, 2015
-
-
Erwan Jahier authored
-
- May 29, 2015
-
-
Erwan Jahier authored
-
- May 22, 2015
-
-
Erwan Jahier authored
lus2lic -h shows the basic options lus2lic -more shows more experimental options lus2lic -dev shows experimental/internal options
-
Erwan Jahier authored
+ the utils/lustrequiv script that tries to state that 2 nodes a equivalent or not using lesar and lurette.
-
- Apr 10, 2015
-
-
Erwan Jahier authored
Indeed, I've missed that case and have no nonreg test for -2ch
-
Erwan Jahier authored
that I should have catched then. Sigh. only affect array concat
-
Erwan Jahier authored
by grouping instances of the same type into arrays. The rationale is to be able to generate for loops with iterators. The previous code was working, but probably by chance.
-
- Apr 08, 2015
-
-
Erwan Jahier authored
-
Erwan Jahier authored
Actually, that was the default behavior. Now the default behavior is to generate loops for iterators. nb : with -2ch, loops are still always inlined
-