Week 3

Week 3 

Work Done by end of the third week:                                          15th June 2019

  • Preprocessing of the embed context which targets at balanced braces is completed .
  • Binding of Octave string to string in ecl
  • Binding of Octave UTF8 to UTF8 in ecl
  • Binding of Octave Unicode to Unicode in ecl.
  • Binding of certain Octave objects to set of type in ecl. Objects are:
    1. Numeric vectors(includes signed , unsigned , double , single )
    2. Logical vectors (set of boolean)
    3. Character Matrix ( In character matrix, each row is considered as a single element of set of strings or set of varstring )
  • Research on how to bind the parameters from ecl context to octave context.This can be done using assignin() function defined in octave.
  • Code with some ecl examples can be found here.

Work to be done in week 3:

  • Unidirectional parsing has been achieved. Bidirectional parsing should be implemented by the end of the week.
  • To be able to bind parameters of signed , unsigned , boolean , etc.

No comments:

Post a Comment