๐ฐparsing
JS โฉ concepts โฉ compiler โฉ parsing
2nd stage of compilation:
turns tokens -> AST (abstract syntax tree).
โ๏ธ early errors - errors on parsing stage.
Last updated
Was this helpful?
JS โฉ concepts โฉ compiler โฉ parsing
2nd stage of compilation:
turns tokens -> AST (abstract syntax tree).
โ๏ธ early errors - errors on parsing stage.
Last updated
Was this helpful?