Cleaned up header comment line feeds |
|
More...
|
over 6 years ago
|
Implemented better handling of unsafe pointers (where required) |
|
More...
|
over 6 years ago
|
Completed updates to TypeInfo updates |
|
More...
|
over 6 years ago
|
Changed TypeInfo PrimitiveName to TypeName and FrameworkName to FullTypeName |
|
More...
|
over 6 years ago
|
Reduced complex helper functions to operate with complex128 only - casting will be required to work with complex64 |
|
More...
|
over 6 years ago
|
Added more needed operators to complex128 |
|
More...
|
over 6 years ago
|
Updated downsized conversions to be explicit casts |
|
More...
|
over 6 years ago
|
Added all Go defined types that implement EmptyInterface |
|
More...
|
over 6 years ago
|
Improved type switch equality testing |
|
More...
|
over 6 years ago
|
Added type switch implementation |
|
More...
|
over 6 years ago
|
Added SwitchExpression class to properly handle Go switch and type switch statements |
|
More...
|
over 6 years ago
|
Some work on labeled break / continue statements. |
|
More...
|
over 6 years ago
|
Updated encountered empty interfaces to map to go.builtin.EmptyInterface |
|
More...
|
over 6 years ago
|
Applied EmptyInterface to NillType and rune |
|
More...
|
over 6 years ago
|
Added an EmptyInterface type from which all converted Go types will derive |
|
More...
|
over 6 years ago
|
Changed namespace for go.BuiltInFunctions to go.builtin |
|
More...
|
over 6 years ago
|
Added more statement implementations, including if |
|
More...
|
over 6 years ago
|
Added statement placeholder handlers |
|
More...
|
over 6 years ago
|
Added DyamicType to static TypeInfo |
|
More...
|
over 6 years ago
|
Added ExpressionInfo metadata that will help determine the type an expression as well as its value |
|
More...
|
over 6 years ago
|
Removed unnecessary trim from function literal lambda simplification |
|
More...
|
over 6 years ago
|
Added variable declarations and cleaned up code organization |
|
More...
|
over 6 years ago
|
Improved handling of function literals as expressions |
|
More...
|
over 6 years ago
|
Updated behavioral conversions |
|
More...
|
over 6 years ago
|
Fixed return spacing |
|
More...
|
over 6 years ago
|
Fixed method declaration blocks |
|
More...
|
over 6 years ago
|
Added grammar comments to expression parser |
|
More...
|
over 6 years ago
|
Added type assertion and conversion expressions |
|
More...
|
over 6 years ago
|
Updated quick test code |
|
More...
|
over 6 years ago
|
Added interface type assertion extension functions to auto-generated template code |
|
More...
|
over 6 years ago
|