Dave Holoway
|
de846fef12
|
add support for literal numbers to be assignable to multiple primtive types
|
2020-06-07 12:51:49 +01:00 |
|
Dave Holoway
|
4ba7fd1b3d
|
split shift operators from bitwise operators
|
2020-06-06 15:14:05 +01:00 |
|
Dave Holoway
|
f294cb2af1
|
allow AnyValue to be a constant value
|
2020-06-06 14:32:47 +01:00 |
|
Dave Holoway
|
67f1b617ff
|
use isTypeAssignable for checking branch test expressions
|
2020-06-06 14:07:33 +01:00 |
|
Dave Holoway
|
09c15ef401
|
allow interfaces to be cast to class instances
|
2020-06-06 13:57:23 +01:00 |
|
Dave Holoway
|
13068cbcea
|
add more info when methods/ctrs cannot be matched
|
2020-06-06 13:33:06 +01:00 |
|
Dave Holoway
|
432cd24f3c
|
tidy up isTypeAssignable
allow class equivilents for primitives
|
2020-06-06 12:30:09 +01:00 |
|
Dave Holoway
|
1238d7980a
|
update method call parameter checking
use isTypeAssignable instead of getParameterCompatibleTypeSignatures
|
2020-06-06 12:07:01 +01:00 |
|
Dave Holoway
|
19810a2f75
|
add Any* classes to reduce cascading errors
|
2020-06-06 11:39:15 +01:00 |
|
Dave Holoway
|
9c579662e6
|
Fix resolving of enclosed type identifiers
|
2020-06-05 16:45:07 +01:00 |
|
Dave Holoway
|
b1d4261f28
|
fix assignment operator types
|
2020-06-05 16:12:30 +01:00 |
|
Dave Holoway
|
b50e7bea46
|
fix interface constructors
check constructor type modifiers
|
2020-06-05 15:20:09 +01:00 |
|
Dave Holoway
|
9a4dd63dc7
|
add super as an object literal
|
2020-06-05 14:50:09 +01:00 |
|
Dave Holoway
|
c43ba6ccf1
|
add new method body parser to use direct linear parsing
|
2020-06-05 14:36:42 +01:00 |
|