Metadata-Version: 2.1
Name: kedlang
Version: 0.1.0
Summary: Ked interpreter written in Python
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: "Eoin O'Brien"
Author-email: eoin@tracworx.ai
License: gpl3
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Provides-Extra: testing
License-File: LICENSE.txt
License-File: AUTHORS.rst

# Ked

Ked is the first programming language known to hail from [The People's Republic of Cork][cork].
It was first discovered and partially described by [Adam Lynch][adam-lynch] at https://adam-lynch.github.io/ked/.
`kedlang` is an attempt at creating a lexer, parser and interpreter for Ked with a few additions and guesses to round out the language.

[cork]: http://en.wikipedia.org/wiki/Cork_(city)
[adam-lynch]: https://github.com/adam-lynch

## Description

The Ked interpreter can be installed using `pip`.

```shell
$ pip install kedlang
```

Ked scripts are executed by passing them to the interpreter.

```shell
$ kedlang script.ked
```

## Disclaimer

This is very much a work in progress, and as such is practically guaranteed to be riddled with all kinds of interesting and convoluted quirks and bugs. For the love of Cork, don't try to use this in production. Or in development. Or anywhere, really.

## Note

This project has been set up using PyScaffold 3.2.3. For details and usage
information on PyScaffold see https://pyscaffold.org/.


