diff --git a/WORKLOG.md b/WORKLOG.md index 72ea5a9..7b7b13f 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -18,3 +18,4 @@ Compiler Construction PA1 Worklog
Improvements: Describe any improvements you introduced that were not strictly necessary to pass the tests, such as implementing additional functionality, adding new tests, or enabling static analysis.
Added more tests to rigorously check program flow and indentation.
Function body must have atleast oone statement which is not a part of a nested function. +
Support for multi-line strings.