Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcpz/pygments-agentspeak
Pygments lexer for Jason/JaCaMo AgentSpeak
https://github.com/lcpz/pygments-agentspeak
agentspeak jacamo jason pygments pygments-lexer
Last synced: 6 days ago
JSON representation
Pygments lexer for Jason/JaCaMo AgentSpeak
- Host: GitHub
- URL: https://github.com/lcpz/pygments-agentspeak
- Owner: lcpz
- License: bsd-2-clause
- Created: 2017-08-28T12:08:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T07:58:09.000Z (over 6 years ago)
- Last Synced: 2024-12-10T21:11:43.230Z (23 days ago)
- Topics: agentspeak, jacamo, jason, pygments, pygments-lexer
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===================
Pygments AgentSpeak
===================A Pygments_ lexer for both the AgentSpeak extension interpreted by
Jason_ and Jason/JaCaMo_ project files... _Pygments: http://pygments.org
.. _Jason: https://github.com/jason-lang/jason
.. _JaCaMo: https://github.com/jacamo-lang/jacamo-------
Install
-------With PyPI: ::
$ sudo pip3 install pygments-agentspeak
From GitHub: ::
$ git clone https://github.com/lcpz/pygments-agentspeak.git
$ cd pygments-agentspeak
$ sudo pip3 install .-----
Usage
-----Define ``jason``, ``jasonproject`` or ``jacamoproject`` as the language to be used.
You can also use ``jacamo`` as style.
------------------------
Usage in LaTeX documents
------------------------See the minted_ package.
.. _minted: https://github.com/gpoore/minted
----
Note
----Check also this_.
.. _this: https://bitbucket.org/jomi_hubner/pygments-jacamo