- Sep 10, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Just using `check` as a prefix to various keywords would lead to too many ambiguities in the parser (notably in contracts, where you can have an empty requires list followed by `check ensures ...` or a `check requires ...`. With a lookahead of 1, it's difficult for the parser see which rule should apply. Hence, the lexer will perform itself the lookahead and emit a proper token (`CHECK_ENSURES` or `CHECK_REQUIRES` respectively).
-
Virgile Prevosto authored
-
- Jul 09, 2020
-
-
Loïc Correnson authored
-
- Jun 30, 2020
-
-
Virgile Prevosto authored
-
- Jun 12, 2020
-
-
Virgile Prevosto authored
-
- May 26, 2020
-
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
- May 15, 2020
-
-
Virgile Prevosto authored
a _noreturn attribute with c11 tag will be rendered as _Noreturn keyword
-
Virgile Prevosto authored
-
-
- May 11, 2020
-
-
- May 04, 2020
-
-
- Mar 31, 2020
-
-
Allan Blanchard authored
-
- Mar 27, 2020
-
-
Virgile Prevosto authored
original issue introduced here: b9a1eb43
-
Virgile Prevosto authored
-
David Bühler authored
Avoid warning about missing proto during typechecking. Also changes a warning into an error, and improves the error message.
-
David Bühler authored
In order to avoid an undefined behavior in the C code generated for this macro (conversion from an absolute integer to a pointer).
-
David Bühler authored
-
- Mar 19, 2020
-
-
Allan Blanchard authored
-
- Mar 18, 2020
-
-
Allan Blanchard authored
-
- Mar 16, 2020
-
-
Patrick Baudin authored
-
- Mar 06, 2020
-
-
- Feb 24, 2020
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
- Feb 19, 2020
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
- Feb 13, 2020
-
-
- Jan 15, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Jan 14, 2020
-
-
Virgile Prevosto authored
-
- Oct 31, 2019
-
-
- Oct 03, 2019
-
-
Virgile Prevosto authored
-
- Sep 30, 2019
-
-
Allan Blanchard authored
-