source: cpp/frams/vm/framscript.y

Revision Log Mode:


Legend:

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