Week 8

Week 8 

Work Done by end of the eighth week:                                          21st July 2019

  • 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:

  • Correction of binding matrices and dataset.
  • Completing test code for the plugin.
  • Writing the documentation for the plugin.

No comments:

Post a Comment