Join 36000+ teachers and students using TTIO.
There are different stages in the compilation process. Tools exist to help programmers develop error-free code.
Suggested Video
-All comments and white space is removed.
-Code is turned into tokens.
-Symbol table created.
-Checks syntax.
-Syntax tree is created using the symbol tree.
-Syntax tree is converted into object code.
-Removes unneeded code to make sure it runs as fast as possible, such as unused functions or variables.
www.teachyourselfpython.com