clahanse / SW4-2023

Repository for SW4-project
0 stars 0 forks source link

Implement calculation with identifiers #10

Open clahanse opened 1 year ago

clahanse commented 1 year ago

The scanner should be able to scan the following:

a = 2 + b

Where b is an identifier for an integer.