![]() |
.. (לתיקייה המכילה) | |
Are white spaces between tokens legel? | |
Your analyzer should ignore white spaces i.e, \n,\t,\r. |
When we get an int with a leading zero, is it ok that the program translates it for instance from 0123 to (Int, 0) and (Int,123). | |
Yes |
Is an empty string ("") a legal string? | |
Yes. |