Raku Books / Creating a Compiler in Raku

Parsing a Number

In the following two chapters, we will temporarily leave the compiler created in the previous chapter, and will be working on a separate helper project, a calculator. It is an interesting thing on its own, and we will learn it on an isolated example. In the next chapters, it will be integrated to the translator.

Course navigation

Modules   |   Finding a number