Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Rexicon226 authored Feb 29, 2024
1 parent da03453 commit 08faa45
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,12 +2,30 @@

Python Interpreter written in Zig

ONLY works with the Python3.10 standard. Will be expanded later, just easier for development now.
ONLY works with the Python 3.10 standard. Will be expanded later, just easier for development now.

# Status

I work on this in my limited free time, so nothing crazy.
**BARELY WORKS**.
Literally just testing out goofy things.

Using a InternPool for a runtime is a bad idea lmao.
- [x] Variables and stuff
- [x] Assignments
- [x] Math
- [x] User-defined function calling
- [ ] Builtin Functions 3/71
- [ ] User-defined function returns

anything else hasn't been done yet.

Planning to get to around ~95% hopefully? I don't think 100% is that difficult, but I am guessing at some point I'll enter the realm of edge-case hell and give up.

# Contributing

- The code is far from clean, and usually written at zero dark stupid, so if you can read it have a go. I will definitely do a round of comments and cleanups when I get more progress.
- Don't waste your time implementing major features without my approval (see below), as I need to know the code well myself and probably won't accept it.
- Typo PRs aren't welcome as they're dumb. I'll see it as some point.

# Contact

Message at `telaxion` on Discord (i don't sleep), or you can email me as well at `daviru007@icloud.com`, I'll probably see it.

0 comments on commit 08faa45

Please sign in to comment.