Russ Cox
|
839a68469b
|
delete export
TBR=r
OCL=23121
CL=23127
|
2009-01-20 14:40:40 -08:00 |
|
Robert Griesemer
|
2b70c6add3
|
- fixed old test cases with wrong syntax
- added more test cases to Makefile
- fixed another parser issue (possibly a 6g bug - to be tracked down)
R=r
OCL=15516
CL=15516
|
2008-09-18 23:09:07 -07:00 |
|
Robert Griesemer
|
58ba20b5a2
|
- allow reserved words as field and method names
R=r
OCL=14102
CL=14102
|
2008-08-11 20:40:37 -07:00 |
|
Robert Griesemer
|
7a799be49a
|
- switch to new export syntax
- deprecate old syntax in this front-end (use -6g for compatibility)
R=r
OCL=13831
CL=13833
|
2008-08-04 15:37:47 -07:00 |
|
Robert Griesemer
|
0c374e9f89
|
- fixed a bug w/ exports (wrong package info)
- keep track of type alias (type T1 T0) so we can print the proper type name
R=r
OCL=13688
CL=13688
|
2008-07-31 10:47:10 -07:00 |
|
Robert Griesemer
|
4b0b7d8dfe
|
- import and export code, bug fixes
- almost back to where I was in C++, but now all in Go
R=r
OCL=13627
CL=13627
|
2008-07-29 19:02:49 -07:00 |
|