0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- essentially reverted my change of yesterday with respect to char/string syntax - fixed indentation in many places - fixed a couple of typos More... about 16 years ago
- added language to document .() notation - propose change to char/string productions: I find this easier to read More... about 16 years ago
Added discussion of new, nil, and initialization. More... about 16 years ago
Add description of how compiling and linking handle dependencies. More... about 16 years ago
remove noisy print More... about 16 years ago
Add a rudimentary vector container to ameliorate the inability to allocate dynamic arrays. More... about 16 years ago
make digits a string instead of an array of bytes. use string* to pass it around. More... about 16 years ago
generate an error if the foreward declaration of a func does not exactly match the actual (or another foreward) declaration. the reason is that when there are 2 declarations of a function, the names of the parameters are taken from the first. thus func x(a int); followed by func x(b int) { ... } will have the parameter named "a" and "b" will be undefined. More... about 16 years ago
bug36 fixed error in symbol table in the second forward declaration of a function. More... about 16 years ago
code to assign nil to an interface without conversions More... about 16 years ago
bug31 More... about 16 years ago
bug28 fix code generation bug in second index of string slice. More... about 16 years ago
fix bug30 automatic declaration leaking from one function to another More... about 16 years ago
SVN=114213 More... about 16 years ago
SVN=114204 More... about 16 years ago
SVN=114202 More... about 16 years ago
add script to generate .html from .txt More... about 16 years ago
Add select statement More... about 16 years ago
Fix date stamp More... about 16 years ago
Explain goto constraints. Add description of 'any'. Simplify and complete syntax for literals. More... about 16 years ago
Basic formatted I/O library plus one support lib. More... about 16 years ago
- Make Coco/R-based parser work w/ UTF-8 encoded files even if there is no (optional) UTF-8 marker present. More... about 16 years ago
- fixed my scripts More... about 16 years ago
- new directory structure More... about 16 years ago
update document. todo still: array and map literals; syntax for basic literals. More... about 16 years ago
- added extra escaped chars More... about 16 years ago
- Implemented simple rule for optional semicolons: Semicolons are terminators for statements as in C, but if followed by a "}" they are not required. This is easy to understand and produces the desired result for statements. - Updated todo.txt. More... about 16 years ago
change Main, Init to lower case. make new() take an optional expression, not expression list. add an example for new(). More... about 16 years ago
SVN=112717 More... about 16 years ago
- added another test - added script to run tests - fixed primary expression syntax in go.atg More... about 16 years ago