- Error handling (especially parse error) is completed.
- Problem of evaluating conditional and iterative statements is solved.
- While going through octave documentation a new method of assigning parameters was found. The old method consisted of evaluating assignin function. The new method uses symbol scope variable to assign values to parameter.
- Correction of binding parameters of all basic types(boolean, real, integer, unsigned, string, utf8)
- Correction of binding parameters of set of type. Array type in octave is mapped to set of.
- Correction of binding parameters of record type. Octave scalar map is mapped to record.
- Test code for basic types.
- Correction in styling.
- Code can be found here.
Work to be done in week 9:
No comments:
Post a Comment