/[svn]
ViewVC logotype

Revision 3790


Jump to revision: Previous Next
Author: schoenebeck
Date: Sun Jun 14 14:29:41 2020 UTC (3 years, 10 months ago)
Changed paths: 4
Log Message:
NKSP: Relaxed array variable declaration.

* NKSP: Just throw a warning, not an error if an array variable of
  size zero was declared.

* NKSP: Allow omitting explicit array size on array variable declaration
  if combined with immediate value assignment
  (e.g. declare %foo[] := ( 1, 2, 3 ) ).

* Bumped version (2.1.1.svn59).


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/configure.ac modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/parser.y modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/tests/NKSPCoreLangTest.cpp modified , text changed

  ViewVC Help
Powered by ViewVC