Age | Commit message (Collapse) | Author |
|
-> tokens like "1-5" were parsed as float "1" instead of symbol "1-5"
-> emtpy symbols became float "0" instead of "bang"
remaining issues: hex-tokens (e.g. "0x123") are parsed to floats and not to symbols; not sure whether this is good.
svn path=/trunk/externals/zexy/; revision=3342
|
|
replaced NT by __WIN32__ (defined by mingw, but NOT by msvc)
svn path=/trunk/externals/zexy/; revision=3139
|
|
svn path=/trunk/externals/zexy/; revision=3025
|
|
- use of abstractions for objects that allow it
- some objects are build both as externals and abstractions (as slower fallbacks)
- code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library)
- matrix-objects have moved to iemmatrix !!
svn path=/trunk/externals/zexy/; revision=2641
|