This project is mirrored from https://www-csr.bessy.de/control/SoftDist/sequencer/repo/branch-2-2.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 02, 2014
-
-
Ben Franksen authored
-
- Aug 01, 2014
-
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
The new boolean member multi_pv of struct func_symbol represents whether multi-pv arguments are allowed by default, i.e with -p in effect. The code generator takes this into account when deciding what to do for a multi-PV argument. The behaviour is now exactly as described in the release notes.
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
- Jul 31, 2014
-
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
Ben Franksen authored
-
- Oct 27, 2013
-
-
benjamin.franksen authored
-
- Oct 17, 2013
-
-
benjamin.franksen authored
-
- Oct 14, 2013
-
-
benjamin.franksen authored
-
- Oct 21, 2013
-
-
benjamin.franksen authored
-
- Oct 17, 2013
-
-
benjamin.franksen authored
This tests rejection and warnings about bad applications of type operators.
-
- Jul 31, 2014
-
-
Ben Franksen authored
-
- Oct 14, 2013
-
-
benjamin.franksen authored
-
- Oct 27, 2013
-
-
benjamin.franksen authored
This (large) patch also makes related changes to a number of identifiers.
-
benjamin.franksen authored
-
- Oct 17, 2013
-
-
benjamin.franksen authored
We now build normal syntax nodes during parsing, re-using node types from the expression syntax (E_VAR, E_BINOP, E_PRE, E_SUBSCR, E_FUNC). Together with the recent change in generating types, this means we no longer need the backward parent links in the type structure. Most of the code in var_types.c is now much easier to understand and modify. Also made the tentative change to represent "const" not as a type node with a child pointer, but rather with a boolean flag. This is in anticipation of adding the "pv" type operator in the hope that using yet another flag to represent it will make analysis of a type easier. It could well be that I revert this change if it turns out that this makes things more difficult. A first indication is that in var_types.c this already complicates some of the routines. So I left most of the T_CONST cases in there, only disabled them with #if 0...#endif.
-
- Oct 14, 2013
-
-
benjamin.franksen authored
We currently use it only to find out whether a given expression has function type (or pointer to function), because in that case we must supply arguments for the implicit parameters.
-
- Oct 13, 2013
-
-
benjamin.franksen authored
-