Parsing Speedrun #computerscience #programming

Tony Saro May 14, 2024
Video Thumbnail
Tony Saro Logo

Tony Saro

@tony_saro

About

I make computer science & low level systems programming videos 👨‍💻. #computerscience #programming

Video Description

Parsing consists of two steps: - First, map all the string characters to token variants. - Second, loop through the token variants to build an AST (Abstract Syntax Tree)

You May Also Like