/[svn]/linuxsampler/trunk/src/scriptvm/scanner.l
ViewVC logotype

Log of /linuxsampler/trunk/src/scriptvm/scanner.l

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3260 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 31 21:07:44 2017 UTC (6 years, 9 months ago) by schoenebeck
File length: 8089 byte(s)
Diff to previous 3259
* NKSP language: Added support for "synchronized .. end synchronized"
  code blocks.
* Bumped version (2.0.0.svn60).


Revision 3259 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 31 14:41:04 2017 UTC (6 years, 9 months ago) by schoenebeck
File length: 8053 byte(s)
Diff to previous 3054
* NKSP language fix: Unknown characters were not handled correctly.
* Bumped version (2.0.0.svn59).


Revision 3054 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 15 12:47:45 2016 UTC (7 years, 3 months ago) by schoenebeck
File length: 8020 byte(s)
Diff to previous 2951
* Fixed numerous compiler warnings.
* Bumped version (2.0.0.svn32).


Revision 2951 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 15 20:07:47 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 7869 byte(s)
Diff to previous 2942
* NKSP language: Added support for user defined script functions.
* Bumped version (2.0.0.svn18).


Revision 2942 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 13 15:51:06 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 7821 byte(s)
Diff to previous 2935
* NKSP: Implemented built-in script variable "$KSP_TIMER".
* NKSP: Implemented built-in script variable "$NKSP_REAL_TIMER".
* NKSP: Implemented built-in script variable "$NKSP_PERF_TIMER".
* NKSP: Implemented built-in script variable "$ENGINE_UPTIME".
* Bumped version (2.0.0.svn14).


Revision 2935 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 10 14:24:13 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 7820 byte(s)
Diff to previous 2889
* NKSP: Added & implemented built-in script function "change_cutoff()".
* NKSP: Added & implemented built-in script function "change_reso()".
* NKSP: Added & implemented built-in script function "event_status()".
* NKSP: Added built-in script constants "$EVENT_STATUS_INACTIVE" and
  "$EVENT_STATUS_NOTE_QUEUE" both for being used as flags for
  built-in "event_status()" script function.
* NKSP language: Added support for bitwise operators ".or.", ".and."
  and ".not.".
* NKSP language scanner: Fixed IDs matching to require at least one
  character (i.e. when matching function names or variable names).
* NKSP language scanner: disabled unusued rules.
* Bumped version (2.0.0.svn12).


Revision 2889 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 25 17:28:23 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 7804 byte(s)
Diff to previous 2888
* Added new C++ API class "ScriptVMFactory".
* Instrument Scripts: extended parser issues to provide not only first
  line and first column, but also last line and last column of issue
  (thus marking the precise span of the issue within the source code).
* Bumped version (2.0.0.svn7).


Revision 2888 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 24 18:16:10 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 7732 byte(s)
Diff to previous 2588
* Instrument Scripts: Fixed line numbers on parser error/warning messages.
* Instrument Scripts: Added output of precise column on parser
  error/warning messages.
* Shut up some irrelevant errors of parser generating shell scripts.
* Bumped version (2.0.0.svn6).


Revision 2588 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 1 14:44:38 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 7209 byte(s)
Diff to previous 2585
* ScriptVM: refactoring and fixes.


Revision 2585 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 31 21:09:25 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 6989 byte(s)
Diff to previous 2581
* Fixed compile error on Windows.


Revision 2581 - (view) (download) (annotate) - [select for diffs]
Added Fri May 30 12:48:05 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 6910 byte(s)
* (WIP) Implemented parser and VM for upcoming new real-time instrument
  script support. It needs yet to be integrated into the sampler's
  sampler engines. You can toy around for now with the command line tool
  "ls_instr_script" and i.e. examples showing the core language features
  under src/scriptvm/examples/.
* Bumped version (1.0.0.svn41).


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC