1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated var declaration for arrays to include constructor
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added ICloneable and Clone methods to array, slice and @string
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added array type to accommodate Go array behaviors
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated functions with array parameters to clone passed array since array parameters are passed by-value
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated grammar changes readme
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Removed local variable scope block for standard for loops
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated to use standard for-style statement for simple constructs
ritchiecarroll
as J. Ritchie Carroll
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
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed variadic parameter signatures
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Simplified comment handling
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Placed end-of-line comments back on hidden channel as a simplification
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed import spec line spacing with suffixed comments
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed comments - finally :-)!
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Intermediate updates to comment handling
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed end of line terminators for simple statements
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated string (int, rune) enumeration implementation to report `\uFFFD` on failure to decode Unicode character to match Go behavior
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Cleaned up simple post comment formatting for statements that include locally scoped simple statements
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated README
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed grammar issue parsing structures with functionType parameters
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Cleaned up line breaks with commenting in for statement
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed for clause inc/dec expressions
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated block handling to include options for inner or outer suffixed and prefixed injections.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Initial work on for statement
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Check for reserved keywords on primary expression operands
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Fixed else / if implementation line spacing
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Added expression based switch statements
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Cleaned up debug code
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated structure conversion functions to use generated cast function to accommodate duck typed structure conversions.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Update type conversion operations to use conversion functions where applicable.
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago
Updated integer string conversions to use change type function
ritchiecarroll
as J. Ritchie Carroll
More... over 6 years ago