3
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
operators '<<' and '>>' in stage 0 More... over 14 years ago
refactor constant optimization of some binary operators and apply it also to '%' More... over 14 years ago
optimize a bit some frequent usages of && and || More... over 14 years ago
refactor some common parts of binary operators More... over 14 years ago
operators '<<' and '>>' in stage 1 More... over 14 years ago
add --detach option to example fly More... over 14 years ago
allow tailcall in more cases More... over 14 years ago
make the train in example fly look more regularly spaced by cheating a bit and a few more wagons More... over 14 years ago
twist a bit the automatic mode view angle to add drama in example fly More... over 14 years ago
refactor a bit namespace parsing More... over 14 years ago
refactors and fixes in error checks and reports More... over 14 years ago
minor changes in Emitter More... over 14 years ago
minor refactors and typo fixes in parser error checkings More... over 14 years ago
refactor a bit class parsing in stage 1, no functional changes More... over 14 years ago
refactor a bit namespace parsing in stage 1, no functional changes More... over 14 years ago
update installable files More... over 14 years ago
allow handle_types_except as modifier in try statement, use it and set exit values in installable driver More... over 14 years ago
set exit values in stage 1 compiler and check them in the driver More... over 14 years ago
tailcal function literal invocation, Issue 11, plobsing++ More... over 14 years ago
delete several commented out statements More... over 14 years ago
refactor handling of predefined functions and better diagnose its misuses More... over 14 years ago
minimal support for named parameters in stage 0 More... over 14 years ago
update installable files More... over 14 years ago
initial support for -c -e options in installable compiler More... over 14 years ago
add target named parameter to the compile method on the compreg'ed object More... over 14 years ago
compile time evaluation of indexof with constant arguments More... over 14 years ago
compile time evaluation of substr with constant arguments More... over 14 years ago
delete no longer needed chunked decoding from example ajax More... over 14 years ago
improve post ++ and -- basic tests More... over 14 years ago
optimize string constant indexed with int constant More... over 14 years ago