You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
> [!NOTE]
2
+
> This is a community-maintained fork of a MIT-licensed student project in the *Effective Programming with Effects* course in winter semester 2025/2026.
3
+
> Be warned that this is not an officially endorsed project, the code in this repository may be not idiomatic Effekt.
4
+
>
5
+
> The original repository is https://github.com/DennisKleinhans/EffektPy
6
+
1
7
# EffektPy
2
8
3
9
EffektPy is a lightweight interpreter for a Python-like programming language, implemented purely in **Effekt**. It features a fully functioning pipeline including a lexer, parser, desugarer, typechecker, and evaluator, all built using algebraic effects to manage state, environments, and error handling.
0 commit comments