Skip to content

bocaletto-luca/Eidos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eidos

Eidos programmer language open source

License: GPL v3 Language: Python Linux-Compatible

AUTHOR

bocaletto luca

Scheme

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