0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comment out some dead code that we might use later More... about 13 years ago
improving code coverage More... about 13 years ago
improve code coverage More... about 13 years ago
rename More... about 13 years ago
folder and files to include samples of nl More... about 13 years ago
better error messages for numeric literals out of range More... about 13 years ago
uminus semantic analysis More... about 13 years ago
added support for default[<type>] More... about 13 years ago
changed syntax of if / then / else and while loops so that their bodies are enclosed by curly braces... we will use this convention for control structures. it is easier for humans to parse, and allows us to write our expression linearly rather than going back to enclose these constructs in parens. More... about 13 years ago
improved while loop error pos info More... over 13 years ago
improve var set position error info More... over 13 years ago
improve if then else error pos info More... over 13 years ago
improve cast position info More... over 13 years ago
some improvements on position info for resolving different kinds of calls More... over 13 years ago
refactor let binding position info More... over 13 years ago
fixed == precedence More... over 13 years ago
refactoring More... over 13 years ago
error handling improvements More... over 13 years ago
some refactoring and error message improvements More... over 13 years ago
refactoring More... over 13 years ago
done with first pass optimizations (dead code and const folding More... over 13 years ago
var set optimization More... over 13 years ago
while loop optimizations including dead code elimination More... over 13 years ago
increase optimization code coverage More... over 13 years ago
full coverage of uminus More... over 13 years ago
let binding optimizations More... over 13 years ago
optimize ctor args More... over 13 years ago
optimize cast subexpr More... over 13 years ago
remove dead code More... over 13 years ago
optimizations based on nops and if/then if/then/else and sequential expressions More... over 13 years ago