diff options
author | w0rp <devw0rp@gmail.com> | 2016-09-18 19:19:40 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-09-18 19:19:40 +0100 |
commit | 9553c24fa00ac8499d01adbb55d32403f180bf53 (patch) | |
tree | 465f54f99b32407b3af9299ef2a3b9becaa0c66e /README.md | |
parent | 0bc4b4c14c3cce61dd1838b5ed3ae5696f76f14d (diff) | |
download | ale-9553c24fa00ac8499d01adbb55d32403f180bf53.zip |
Add support for checking Fortran syntax with GCC. Mad respect for the mathematicians.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ name. That seems to be the fairest way to arrange this table. | Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) | | Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) | | D | [dmd](https://dlang.org/dmd-linux.html) | +| Fortran | [gcc](https://gcc.gnu.org/) | | JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) | | Python | [flake8](http://flake8.pycqa.org/en/latest/) | | Ruby | [rubocop](https://github.com/bbatsov/rubocop) | |