Skip to content

Commit

Permalink
Document the prolog language
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed May 14, 2024
1 parent 889ffcb commit 86a89c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/manual/install-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ packages for Ubuntu as that is the most used at the moment of writing.
* - POSIX shell
- `dash`
- Default installed in the chroot
* - Prolog
- `swi-prolog-core-packages`
-
* - Python3
- `pypy3`/`python3`
- Default installed in the chroot.
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/DataFixtures/DefaultData/LanguageFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function load(ObjectManager $manager): void
['kt', 'kotlin', 'Kotlin', ['kt'], true, 'Main class', false, true, 1, 'kt', 'kotlinc -version', 'kotlin -version'],
['pas', 'pascal', 'Pascal', ['pas', 'p'], false, 'Main file', false, true, 1, 'pas', 'fpc -iW', ''],
['pl', 'pl', 'Perl', ['pl'], false, 'Main file', false, true, 1, 'pl', 'perl -v', 'perl -v'],
['plg', 'prolog', 'Prolog', ['plg'], false, 'Main file', false, true, 1, 'plg', '', ''],
['plg', 'prolog', 'Prolog', ['plg'], false, 'Main file', false, true, 1, 'plg', 'swipl --version', 'swipl --version'],
['py3', 'python3', 'Python 3', ['py'], false, 'Main file', true, true, 1, 'py3', 'pypy3 --version', 'pypy3 --version'],
['ocaml', 'ocaml', 'OCaml', ['ml'], false, null, false, true, 1, 'ocaml', 'ocamlopt --version', ''],
['r', 'r', 'R', ['R'], false, 'Main file', false, true, 1, 'r', 'Rscript --version', 'Rscript --version'],
Expand Down

0 comments on commit 86a89c8

Please sign in to comment.