v2.0.0-beta39
pachanga
released this
07 Apr 09:11
·
909 commits
to master
since this release
- Fixing issues related to casting of native classes
- Fixing implicit casting to string for complex statements
- Adding initial support for comparison of enum values with int values without casting
if(Foo.Bar == 1) {
...
}
- Using invariant culture when casting numbers to string
- Fixing execution of global statement expressions for some cases
- Moving and renaming type(..) function to std module as std.GetType(..)
- Fixing tests runner for Windows
- Further making the parser more fault tolerant