- 09 Jul, 2020 1 commit
-
-
Maxime Perrotin authored
-
- 08 Jul, 2020 5 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
the version of gprbuild in Debian 10 seems to be buggy
-
Maxime Perrotin authored
to help syntax checker in the GUI
-
- 07 Jul, 2020 7 commits
-
-
Maxime Perrotin authored
Add website source
-
Will Binns authored
-
Will Binns authored
-
Will Binns authored
-
Will Binns authored
-
Will Binns authored
-
Maxime Perrotin authored
-
- 04 Jul, 2020 6 commits
-
-
Maxime Perrotin authored
icons: Optimize pngs with optipng
-
Maxime Perrotin authored
README: Add missing ALT tag to logo image
-
Maxime Perrotin authored
README: Add missing link to download TASTE VM
-
Will Binns authored
-
Will Binns authored
-
Will Binns authored
-
- 03 Jul, 2020 6 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
When loading a model in a different folder, the tool has to move to this folder to find the ASN.1 files that are referenced without any path information. The tool used to return immediately to the folder where is was called from. The problem is that subsequent model checks would fail because they would not know the path of the asn1 files anymore.
-
Maxime Perrotin authored
Remove extra README
-
Will Binns authored
-
Will Binns authored
-
- 02 Jul, 2020 9 commits
-
-
Maxime Perrotin authored
Small updates to README
-
Will Binns authored
-
Will Binns authored
-
Will Binns authored
-
Will Binns authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
Some errors were only reported on the screen by antlr, Now they are caught by the tool
-
Maxime Perrotin authored
Antlr stops parsing after the rule is completed, meaning that there may be some syntax erros that could not be unit tested e.g. task x := 5;o the "o" would not be detected as a syntax error if the "task" rule is completely parsed. the EOF token should help, however it does not: when using the parser in interactive mode it does complain, but not in standard parsing.. The workaround is to check the index of a possible following token after parsing the rule. If it is not none, it means that the buffer still contains something, which therefore is a syntax error.
-
Maxime Perrotin authored
-
- 01 Jul, 2020 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 30 Jun, 2020 4 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-