December 2021
Intermediate to advanced
494 pages
10h 52m
English
The first step in any programming language is reading the individual characters of input source code and figuring out which characters are grouped. In a natural language, this would include looking at the adjacent sequences of letters to identify the words. In a programming language, clusters of characters form variable names, reserved words, or sometimes operators or punctuation marks that are several characters long. This chapter will teach you how to use pattern matching to read in source code and identify the words and punctuation from the raw characters.
In this chapter, we're going to cover the following main topics:
Read now
Unlock full access