Releases: harrand/psyc
Releases · harrand/psyc
Release list
Psyc 2.10
Psyc 2.9
Psyc 2.8
Psyc 2.7
Psyc 2.6
Psyc 2.5
- you can now declare functions within functions (these wont be callable elsewhere)
- implementation: the function is still visible in the compiled binary but its name is mangled
- implemented the 'nameof' keyword. nameof has a type operand and it yields a string literal representing the fully-qualified name of the type
- fixed a bug where compile-time string literals are not correctly dynamicised in a direct conversion to a non-string-literal. previously you could workaround this by making a local variable for it and using that elsewhere.
Full Changelog: 2.4...2.5