- 19 Feb, 2017 1 commit
-
-
Maxime Perrotin authored
-
- 31 Jan, 2017 1 commit
-
-
Maxime Perrotin authored
-
- 16 Jan, 2017 1 commit
-
-
Maxime Perrotin authored
-
- 31 Dec, 2016 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
It was declared in the .adb, thus not visible when the module was imported from an Ada file
-
- 23 Dec, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 29 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 13 Nov, 2016 4 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 07 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 06 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 04 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
must be set to true only after elaboration (complete execution of the first transition).
-
- 02 Nov, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 17 Oct, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 15 Oct, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 09 Oct, 2016 3 commits
-
-
Maxime Perrotin authored
TypeA ::= SEQUENCE { a SEQUENCE (SIZE (2)) OF BOOLEAN } TypeB ::= SEQUENCE { a SEQUENCE (SIZE(2)) OF BOOLEAN } dcl a TypeA, b TypeB; a!a := b!a now rightfully raises an error, even if the types seem semantically equivalent- they are two different types, and Ada would not compile accept that.
-
Maxime Perrotin authored
-
Maxime Perrotin authored
mychoice!a!b := 5was not properly spotted as an error in selector_expression. the right syntax is mychoice := a: { b 5 } (ASN.1 Value notation)
-
- 28 Sep, 2016 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 16 Sep, 2016 1 commit
-
-
Maxime Perrotin authored
Allow semi after the "returns" keyword.
-
- 13 Sep, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 12 Sep, 2016 1 commit
-
-
Maxime Perrotin authored
As per GMV request
-
- 11 Sep, 2016 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 05 Sep, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 27 Aug, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 22 Aug, 2016 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 07 Aug, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 30 Jul, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 24 Jul, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 18 Jul, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 15 Jul, 2016 1 commit
-
-
Maxime Perrotin authored
-
- 11 Jul, 2016 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 27 Jun, 2016 1 commit
-
-
Maxime Perrotin authored
-