3
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
operator '^' More... over 14 years ago
fix old mistake in operator precedence in both stages More... over 14 years ago
coerce to destination type in -= More... over 14 years ago
refactor a bit op-assign operators and implement *= for string target More... over 14 years ago
coerce to destination type in += More... over 14 years ago
fix initializing from undeclared identifier More... over 14 years ago
update installable files More... over 14 years ago
option noan in installed driver and compreg'ed object More... over 14 years ago
diagnose delete unsupported in stage 0 and refactor a bit unsupported messages More... over 14 years ago
check attempt of delete from string More... over 14 years ago
fix string indexed in void context More... over 14 years ago
delete operator for keyed cases in stage 1 More... over 14 years ago
more meaningful error message for some operators not implemented in stage 0 More... over 14 years ago
operator %= in stage 1 More... over 14 years ago
drop -c options from stages, it was ignored since it started to be handled in the drives many moons ago More... over 14 years ago
refactor option handling in installed driver More... over 14 years ago
refactor options handling and some other minor changes in non installed driver More... over 14 years ago
refactor command line option handling and activate the option --noan in stage 1 More... over 14 years ago
generate .const 'Sub' from using when the function is defined in the current compilation More... over 14 years ago
add predefined symbol __FUNCTION__ and change ns and class path handling to support it More... over 14 years ago
fix and rearrange allocation of temporary registers in stage 1 More... over 14 years ago
replace some usages of Emiter say with emitbinop More... over 14 years ago
improve detection of empty statements More... over 14 years ago
fix do continue bug and optimize a bit the do ... while(false) case More... over 14 years ago
fix emit helper methods that were losing annotations More... over 14 years ago
syntax :label in pirop statements in stage 1 More... over 14 years ago
update installable files More... over 14 years ago
add option --nowarn to installable driver More... over 14 years ago
add option --nowarn to stage 1 and non installable driver More... over 14 years ago
constant optimization of '<<' and '>>' More... over 14 years ago