clahanse / SW4-2023

Repository for SW4-project
0 stars 0 forks source link

Scanner should identify code correctly #6

Open clahanse opened 1 year ago

clahanse commented 1 year ago

SETUP SIMULATION (1123) WHERE GROUPS IS 10 results in reading the command the wrong way. The types should be identified not by its position but by its type -> do we need to read it in character-by-character?

clahanse commented 1 year ago

The scanner should be able to scan a calculation even without blank spaces between.

Right now: a=2+2 does not work.