Skip to main content

Parser for the Kyandle (.kya) syntax

Project description

Parser

License

MIT License

Version

Version

Syntax

Types

There are three types:
dict (key = value, key = value ...),
list (value, value, value ...) and
native (native classes or objects to the language of the interpreter)

Dict

Dicts are written as <'key' IS 'value' AND 'key' IS 'value' ...> any key and value must be surrounded by ''
It is to be noted that IS and AND can be omitted

List

List are written as ^'value' AND 'value' AND 'value' ...$ any value must be surrounded by ''
It is to be noted that AND can be omitted

Native

Natives are object that are native to the language, they have a type identifier at the beginning
An python int object for the value 3 would be written as <'i3'> in a list. The interpreter may then reconvert it to the type.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Kyandle-1.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

Kyandle-1.0.1-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page