Closed divanvisagie closed 11 years ago
Handle statements that span multiple lines. This will probably run by splitting on ; instead of /n and removing whitespace. A consideration would be to write a separate parser which can throw errors that can be printed in output.
Multiline statements should now work but the parser still has a lot of work needed
Handle statements that span multiple lines. This will probably run by splitting on ; instead of /n and removing whitespace. A consideration would be to write a separate parser which can throw errors that can be printed in output.