Creating a programming language. Part 1: Lexical analysis
· 8 min read
The lexical analysis is the first step in creating a programming language. Let's dive into the process of creating a lexer for our own programming language.
· 8 min read
The lexical analysis is the first step in creating a programming language. Let's dive into the process of creating a lexer for our own programming language.