Skip to content

Commit

Permalink
Improved handling of types in expressions:
Browse files Browse the repository at this point in the history
- implicit conversions to string / int / number / TVL
- error reporting on conversion errors
- automatic conversion to numeric values for arithmetic operators
- try to use numeric comparison by default, fallback to string comparison
- functions do not need to explicitly care about NULL passed as an argument
  • Loading branch information
wonder-sk committed Aug 9, 2011
1 parent 98a1c23 commit e4ae11f
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 139 deletions.

0 comments on commit e4ae11f

Please sign in to comment.