Yet Another Useless Language Part 5 — Variables
This is the fifth part of the YAUL series. For your convenience you can find other parts in the table of contents in Part 1 — Introduction Hi! Today we are going to add variables support to our language. Introduction In previous parts we saw implementation of variable type for storing values and performing operations. … Continue reading Yet Another Useless Language Part 5 — Variables