Updated var declaration for arrays to include constructor |
|
More...
|
over 6 years ago
|
Added ICloneable and Clone methods to array, slice and @string |
|
More...
|
over 6 years ago
|
Added array type to accommodate Go array behaviors |
|
More...
|
over 6 years ago
|
Updated functions with array parameters to clone passed array since array parameters are passed by-value |
|
More...
|
over 6 years ago
|
Updated grammar changes readme |
|
More...
|
over 6 years ago
|
Removed local variable scope block for standard for loops |
|
More...
|
over 6 years ago
|
Updated to use standard for-style statement for simple constructs |
|
More...
|
over 6 years ago
|
Updated empty interface implementations to be interpreted as a .NET object, which is more versatile in terms of handling literal values |
|
More...
|
over 6 years ago
|
Fixed variadic parameter signatures |
|
More...
|
over 6 years ago
|
Simplified comment handling |
|
More...
|
over 6 years ago
|
Placed end-of-line comments back on hidden channel as a simplification |
|
More...
|
over 6 years ago
|
Fixed import spec line spacing with suffixed comments |
|
More...
|
over 6 years ago
|
Fixed comments - finally :-)! |
|
More...
|
over 6 years ago
|
Intermediate updates to comment handling |
|
More...
|
over 6 years ago
|
Fixed end of line terminators for simple statements |
|
More...
|
over 6 years ago
|
Updated string (int, rune) enumeration implementation to report `\uFFFD` on failure to decode Unicode character to match Go behavior |
|
More...
|
over 6 years ago
|
Cleaned up simple post comment formatting for statements that include locally scoped simple statements |
|
More...
|
over 6 years ago
|
Updated README |
|
More...
|
over 6 years ago
|
Fixed grammar issue parsing structures with functionType parameters |
|
More...
|
over 6 years ago
|
Cleaned up line breaks with commenting in for statement |
|
More...
|
over 6 years ago
|
Fixed for clause inc/dec expressions |
|
More...
|
over 6 years ago
|
Updated block handling to include options for inner or outer suffixed and prefixed injections. |
|
More...
|
over 6 years ago
|
Initial work on for statement |
|
More...
|
over 6 years ago
|
Check for reserved keywords on primary expression operands |
|
More...
|
over 6 years ago
|
Fixed else / if implementation line spacing |
|
More...
|
over 6 years ago
|
Added expression based switch statements |
|
More...
|
over 6 years ago
|
Cleaned up debug code |
|
More...
|
over 6 years ago
|
Updated structure conversion functions to use generated cast function to accommodate duck typed structure conversions. |
|
More...
|
over 6 years ago
|
Update type conversion operations to use conversion functions where applicable. |
|
More...
|
over 6 years ago
|
Updated integer string conversions to use change type function |
|
More...
|
over 6 years ago
|