aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/parser
AgeCommit message (Collapse)Author
2024-09-26some speed improvementA404M
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-19fixed an error in stringsA404M
fixed error in parenthesis some code clean up
2024-09-19cleaning up stuffA404M
2024-09-18added nested block commentsA404M
added reminder to better implement parse order struct
2024-09-18initial commitA404M