/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3728 by schoenebeck, Wed Jan 29 13:58:33 2020 UTC revision 3729 by schoenebeck, Fri Jan 31 10:57:53 2020 UTC
# Line 248  Version SVN trunk (?) Line 248  Version SVN trunk (?)
248        generalized grammar rules with optional components (i.e. optional value        generalized grammar rules with optional components (i.e. optional value
249        assignment and optional variable qualifiers) instead of previous linear        assignment and optional variable qualifiers) instead of previous linear
250        combinations of grammar rules, which also fixes some edge case.        combinations of grammar rules, which also fixes some edge case.
251        - NKSP language parser: track code block locations also by a) raw byte
252          position in NKSP source code string and b) length of that code block in
253          bytes (along to the already existing code block tracking by line/column);
254          and added appropriate new members to public C++ API classes like
255          'firstByte' and 'lengthBytes' to class VMSourceToken and struct CodeBlock.
256    
257    * test cases:    * test cases:
258      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.

Legend:
Removed from v.3728  
changed lines
  Added in v.3729

  ViewVC Help
Powered by ViewVC