aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2024-10-08fixed some bugs in fasmHEADmasterA404M
2024-10-08added fasm supportA404M
added compiler options tried to compile to fasm first
2024-09-25fixed multiple variable definition bugA404M
tried to implement import
2024-09-22Better errorsA404M
Added variables
2024-09-19removing print command and keywordA404M
added function call support cleaned up keyword and operator checking and speed it up a little bit cleaning includes added builtin functions
2024-09-18initial commitA404M