Variable Mutation in Kaleidoscope

Mutation in programming languages involves the ability to change an object. In this article, we further extend our language, we add to it the ability to define new variables and mutate them.

Table of contents.Introduction.Adjusting existing variables for mutation.New assignment operator.User-defined local variables.Summary.References.Prerequisites.

LLVM Memory.

Introduction.

In this article, we will discuss mutable variables in the Kaleidoscope programming language. We will add two feat...

 •  0 comments  •  flag
Share on Twitter
Published on May 10, 2022 11:10
No comments have been added yet.