An open API service indexing awesome lists of open source software.

https://github.com/bocaletto-luca/eidos

Eidos programmer language open source by bocaletto luca
https://github.com/bocaletto-luca/eidos

bocaletto-luca developer developer-tool development-environment devlopment ei eidos eidos-language gplv3 grammar interpreter language open-source parser programming programming-eidos programming-language python sourcecode

Last synced: 11 months ago
JSON representation

Eidos programmer language open source by bocaletto luca

Awesome Lists containing this project

README

          

# Eidos
Eidos programmer language open source

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue?style=for-the-badge&logo=gnu)](LICENSE) [![Language: Python](https://img.shields.io/badge/Language-Python-blue?style=for-the-badge&logo=python)](https://www.python.org/) [![Linux-Compatible](https://img.shields.io/badge/Linux-Compatible-blue?style=for-the-badge&logo=linux)](https://www.kernel.org/)

#### AUTHOR
bocaletto luca

#### Scheme

Eidos/
├─ .venv/ ← virtualenv
├─ core/
│ ├─ grammar.lark
│ ├─ parser.py
│ └─ interpreter.py
├─ cli/
│ └─ main.py
├─ examples/
│ └─ hello.ei
├─ tests/ ←
├─ README.md
└─ LICENSE

---