Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pygments/lexers/__pycache__/pddl.cpython-39.pyc
Ðазад
a a�h� � @ sV d Z ddlmZmZmZ ddlmZmZmZm Z m Z mZmZ dgZ G dd� de�ZdS )z� pygments.lexers.pddl ~~~~~~~~~~~~~~~~~~~~ Lexer for the Planning Domain Definition Language. :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. � )� RegexLexer�words�include)�Punctuation�Keyword� Whitespace�Name�Comment�Operator�Number� PddlLexerc @ s� e Zd ZdZdZdgZdgZdZdZde fde jfed �ed �de fdefd efdejfdejfdejfg eddd�efgeddd�ejfgd�ZdS )r z> A PDDL lexer. It should support up to PDDL 3.1. �PDDL�pddlz*.pddlzAhttps://en.wikipedia.org/wiki/Planning_Domain_Definition_Languagez2.19z\s+z;.*$�keywords�builtinsz[()]z [=/*+><-]z[a-zA-Z][a-zA-Z0-9_-]*z\?[a-zA-Z][a-zA-Z0-9_-]*z[0-9]+\.[0-9]+z[0-9]+)-z :requirementsz:typesz :constantsz:predicatesz :functionsz:actionz:agentz:parametersz :preconditionz:effectz:durative-actionz :durationz :conditionz:derivedz:domainz:objectsz:initz:goalz:metricz:lengthz:serialz :parallelz:stripsz:typingz:negative-preconditionsz:disjunctive-preconditionsz :equalityz:existential-preconditionsz:universal-preconditionsz:conditional-effectsz:fluentsz:numeric-fluentsz:object-fluentsz:adlz:durative-actionsz:continuous-effectsz:derived-predicatesz:time-intial-literalsz:preferencesz:constraintsz :action-costsz:multi-agentz:unfactored-privacyz:factored-privacyz:non-deterministicz\b)�suffix)$�define�domain�objectZeither�and�forallZ preferenceZimply�or�exists�not�whenZassignzscale-upz scale-downZincreaseZdecrease�atZover�start�end�all�problem�alwaysZsometimeZwithinzat-most-oncezsometime-afterzsometime-beforez always-withinzhold-duringz hold-afterZminimizeZmaximizez total-timezis-violated)�rootr r N)�__name__� __module__�__qualname__�__doc__�name�aliases� filenames�url� version_addedr r Z Singleliner r r r �Variabler �Float�Integerr r �Builtin�tokens� r0 r0 ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/pygments/lexers/pddl.pyr s<