1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Mar 06, 2023 — Mar 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
goos garch More... about 17 years ago
goos and goarch More... about 17 years ago
goos goarch More... about 17 years ago
goos and goarch More... about 17 years ago
goos and goarch More... about 17 years ago
rearrange tree to reflect design based on $GOROOT $GOOS $GOARCH More... about 17 years ago
stuff More... about 17 years ago
initial runtime code checkin More... about 17 years ago
loaded problem getting main from a library More... about 17 years ago
fix loader problem loading main from a library More... about 17 years ago
touch to make later modified date More... about 17 years ago
move old code into 'old' directory add src/test dir More... about 17 years ago
Add compiler source to new directory structure More... about 17 years ago
- fixed a typo More... about 17 years ago
add disclaimer, authors. preparation for linking to p page More... about 17 years ago
turn spaces to tabs replace ifs with switch still runs! More... about 17 years ago
add a couple of TODOs fixed grammar for "Program" More... about 17 years ago
- changed compound type -> composite type - eliminated 'structured type' terminology More... about 17 years ago
fix up the 'basic types' section. strings were missing More... about 17 years ago
Clarify conversions, include making them constructors for arrays etc. More... about 17 years ago
- changed literal syntax to use the convert notation - fixed issued with function declarations/function literals - added more tests and fixed existing tests More... about 17 years ago
use new conversion syntax to simplify test More... about 17 years ago
fix double declaration of g More... about 17 years ago
Introduced forward declaration of types per discussion with ken. A forward-declared (or not yet fully defined) type must be used to construct (mutually) recursive type declarations. This simplifies the compiler and resolves the issue at which scope the forward- declared type is to be declared. More... about 17 years ago
Explain about pointer types for mutually recursive structures. More... about 17 years ago
talk about short, int, long etc. More... about 17 years ago
- fixed a test - added extra basic type aliases - added select statement More... about 17 years ago
Fixed a typo (changed ' -> ") and shortened a production name slightly to match the naming convention elsewhere. More... about 17 years ago
- completed syntax for import declarations - fixed a typo More... about 17 years ago
Require names for return values for functions with complex return types. More... about 17 years ago