|
|
@1077
|
4 years |
Maciej Komosinski |
Fixed limited scope of for(var somevariable) …
|
|
|
@973
|
4 years |
Maciej Komosinski |
Increased SString and std::string compatibility: introduced length(), …
|
|
|
@955
|
4 years |
Maciej Komosinski |
Genetic format ID becomes a string (no longer limited to a single …
|
|
|
@863
|
6 years |
Maciej Komosinski |
Made operator precedence more javascript-like
|
|
|
@859
|
6 years |
Maciej Komosinski |
Made operator precedence more standard: conditional (?:) and logical …
|
|
|
@846
|
6 years |
Maciej Komosinski |
- Added support for ternary conditional operator a?b:c
- Fixed …
|
|
|
@836
|
6 years |
Maciej Komosinski |
Introduced ternary conditional operator a?b:c
|
|
|
@652
|
8 years |
Maciej Komosinski |
Cosmetic
|
|
|
@538
|
8 years |
Maciej Komosinski |
Value of the assignment statement is now consistently the assigned …
|
|
|
@523
|
8 years |
Maciej Komosinski |
No more overloading of fopen/fclose/... functions for the VirtFILE …
|
|
|
@489
|
9 years |
Maciej Komosinski |
Fixed iteration of invalid values and objects
|
|
|
@477
|
9 years |
Maciej Komosinski |
"const" keyword, detecting variable name clashes, error on iterating …
|
|
|
@468
|
9 years |
Maciej Komosinski |
More sophisticated and accurate parsing of numbers
|
|
|
@466
|
9 years |
Maciej Komosinski |
- accessing a non-global variable that was declared outside of a …
|
|
|
@382
|
9 years |
sz |
Moving frams/virtfile to common/virtfile:
- file references updated …
|
|
|
@375
|
10 years |
Maciej Komosinski |
Renamed logging functions to more intuitive and simple names
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@345
|
10 years |
Maciej Komosinski |
Fixed operator priorities in FramScript?
|
|
|
@341
|
10 years |
Maciej Komosinski |
Fixed using null as object reference
|
|
|
@337
|
10 years |
Maciej Komosinski |
New math operator semantics: extend mixed int/float to float, forbid …
|
|
|
@333
|
10 years |
Maciej Komosinski |
- use source/code mapping for line number and file information in vm …
|
|
|
@332
|
10 years |
Maciej Komosinski |
- use source/code mapping for line number and file information in vm …
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@245
|
10 years |
Maciej Komosinski |
When compiling FramScript?, add \n after each error message
|
|
|
@197
|
11 years |
Maciej Komosinski |
GDK used by developers since 1999, distributed on the web since 2002
|
|
|
@163
|
11 years |
sz |
Framscript grammar files
|