5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 24 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
NKSP examples fix: mentioned warning would raise a parser error now More... over 1 year ago
* NKSP parser: fix error messages on user function array result size More... over 1 year ago
* NKSP parser: simplify overall array variable declaration code More... over 1 year ago
NKSP parser: move args count check up in array variable declaration code More... over 1 year ago
NKSP language: treat zero array size as error More... over 1 year ago
NKSP parser: simplify overall code for scalar variable declaration More... over 1 year ago
NKSP parser: eliminate duplicate checks for polyphonic variable type More... over 1 year ago
NKSP language: require expression type match (scalar) variable declaration More... over 1 year ago
NKSP parser: inline evaluation of const string expressions More... over 1 year ago
NKSP parser: eliminate duplicate checks for required const expression More... over 1 year ago
NKSP parser: group 'patch' variable specifier code together More... over 1 year ago
NKSP tests: add final-operator tests for local variables More... over 1 year ago
NKSP tests: add tests for std measurement units on local variables More... over 1 year ago
NKSP: fix const local variables More... over 1 year ago
NKSP tests: minor fix (user-function declared in test shall be called) More... over 1 year ago
VM: refactor vartable -> globalVarTable More... over 1 year ago
NKSP language: add support for local variables More... over 1 year ago
VM: let class 'UserFunction' use alias 'Super' for super class method call More... over 1 year ago
NKSP tests: fix indention More... over 1 year ago
NKSP tests: more user-function arguments tests More... over 1 year ago
NKSP tests: add some more tests for user-function arguments default values More... over 1 year ago
NKSP parser: fix check of user-function argument default values being last More... over 1 year ago
NKSP: add support for default values for user-function arguments More... over 1 year ago
NKSP language: add support for user-function arguments More... over 1 year ago
src/scriptvm/tree.cpp: minor indention fix only More... over 1 year ago
Bison: only print path of detected Bison binary without arguments More... over 1 year ago
* NKSP parser: eliminate redundant grammar definitions for built-in More... over 1 year ago
VM: eliminate code duplication of IntArrayVariable and RealArrayVariable More... over 1 year ago
m4/pragma_diagnostics.m4: add link to GCC bugreport More... over 1 year ago
NKSP tests: add tests for user-function returning 'final' int/real value More... over 1 year ago