stough that i keep forgetting

·

1 min read

When we run a code it gets parsed first and if any error is spotted it ends and return the error. In case no error parsing continues and an abstract syntax tree (AST) is formed along with the scope chain then the code gets compiled and if any errors are spotted it ends and returns the error if not it compiles the code into binary language. then it runs and gives us the output.

so when