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
- Host: GitHub
- URL: https://github.com/bocaletto-luca/eidos
- Owner: bocaletto-luca
- License: gpl-3.0
- Created: 2025-06-29T11:51:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T21:24:05.000Z (12 months ago)
- Last Synced: 2025-06-30T22:25:29.518Z (12 months ago)
- Topics: 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
- Language: Python
- Homepage: https://bocaletto-luca.github.io/
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eidos
Eidos programmer language open source
[](LICENSE) [](https://www.python.org/) [](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
---