From c7b835dd1ad1e53223a46f6dc1ddf5159b286998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Dobrovoljc?= Date: Tue, 20 May 2025 15:25:28 +0200 Subject: [PATCH] WIP Code Gen - finished implementation --- .idea/inspectionProfiles/Project_Default.xml | 5 + src/pins25/phase/CodeGen.java | 292 ++++- src/pins25/phase/Machine.java | 1149 +++++++++--------- src/pins25/phase/Memory.java | 2 +- 4 files changed, 825 insertions(+), 623 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 4e7a66a..4f823f9 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,11 @@