Open clahanse opened 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?
The scanner should be able to scan a calculation even without blank spaces between.
Right now: a=2+2 does not work.
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?