first commit of the recode

70% of the code was re-writter from scratch
This commit is contained in:
2024-01-18 16:01:04 +01:00
commit a97fde9f86
19 changed files with 1710 additions and 0 deletions

5
include/pasm.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <stdlib.h>
#include <stdio.h>
int pasm_run_script(const char *filename, char **file, size_t lines, FILE* _fstream);