feat: python project setup

This commit is contained in:
2026-02-16 09:06:13 +01:00
parent 10ef9e6d34
commit a3ae5ffce3
17 changed files with 28728 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
okay. let's plan it out.
===
Write it in python.
Why? I feel somewhat comfortable in python and don't want to use javascript for this.
===
Break it into steps
1. Initialize the program.
2. Create a class
3. Modules
- Parser
- Code
- Symbol Table
4. Passes through the program
- First pass to create the symbol Table
- second pass to parse each line