summaryrefslogtreecommitdiff
path: root/usr/gri/src
AgeCommit message (Collapse)AuthorFilesLines
2008-07-10- created new dir (gosrc) for go-based front-endRobert Griesemer8-2054/+0
- adjusted makefiles SVN=126763
2008-07-10- more frontend pieces in GoRobert Griesemer4-0/+142
SVN=126744
2008-07-10- improved error handlingRobert Griesemer4-51/+56
SVN=126718
2008-07-10- filed a bug against 6g (bug065.go)Robert Griesemer1-33/+70
- improved scanner.go error handling SVN=126706
2008-07-09- minor bug fixRobert Griesemer1-1/+1
SVN=126585
2008-07-09- initial better error reportingRobert Griesemer2-8/+39
SVN=126578
2008-07-09- replaced recursive parsing of binary expressions withRobert Griesemer1-76/+39
precedence-based expression parser SVN=126556
2008-07-09- completed parser - accepts full language (modulo bugs)Robert Griesemer1-2/+63
SVN=126551
2008-07-09- more fixes to parserRobert Griesemer1-16/+53
SVN=126511
2008-07-09- fixed scanner and parser issues to be able to parse math libRobert Griesemer2-14/+25
SVN=126501
2008-07-08- more work on Go parserRobert Griesemer1-110/+112
- added tests SVN=126439
2008-07-08- go parser parses itselfRobert Griesemer3-50/+341
SVN=126408
2008-07-07- first cut a Go parser in GoRobert Griesemer4-8/+776
SVN=126242
2008-07-03- more work on Go scannerRobert Griesemer2-38/+51
SVN=126004
2008-07-03- minor updateRobert Griesemer1-144/+186
SVN=125989
2008-07-03- filed a bug w/ constant evaluationRobert Griesemer1-175/+229
SVN=125966
2008-07-02- more Go scanner workRobert Griesemer1-176/+148
SVN=125831
2008-07-02- implemented first cut at Go scanner in GoRobert Griesemer2-0/+625
SVN=125785