3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update installable compiler More... over 14 years ago
refactor a bit print, say and cry predefs More... over 14 years ago
new predef 'invoke' to allow use of multi return values More... over 14 years ago
fix use of exists in void context More... over 14 years ago
refactor a bit initialization and handling of PredefFunction objects More... over 14 years ago
some minor cleanup and refactoring More... over 14 years ago
update installable compiler More... over 14 years ago
use get_class instead of get_namespace + typeof in the class operator More... over 14 years ago
update installable compiler More... over 14 years ago
NamespaceStatement lacked chaining of dowarnings to its parent, fixed More... over 14 years ago
update installable compiler More... over 14 years ago
class operator, Issue 20, whiteknight++ More... over 14 years ago
quick fix for some new usages that were wrong since the VarData refactor More... over 14 years ago
drop a branch of NewExpr that is not used since its case usage was moved to NewQualifiedExpr More... over 14 years ago
update installable compiler More... over 14 years ago
diagnose $loadlib unsupported in stage 0 and reformat a bit the error output More... over 14 years ago
new directive intended to replace (ab)use of namespace level 'using extern' More... over 14 years ago
fix typo in error message. whiteknight++ More... over 14 years ago
update generated pir for installable driver More... over 14 years ago
half support for -o option in installable driver, Issue 19 More... over 14 years ago
update installable files More... over 14 years ago
Operator .* for indirect method call. Actually not an operator, just . togeteher with *, but use it without white space to prevent future changes. More... over 14 years ago
operator exists. Temptative implementation, poorly tested More... over 14 years ago
change handling of volatile lexicals More... over 14 years ago
some little refactors for clarity and a bit of speed More... over 14 years ago
some refactor in stage 0 More... over 14 years ago
cleanups and style fixes More... over 14 years ago
update installable files More... over 14 years ago
new predef 'push', use it instead of the push method in a lot of places More... over 14 years ago
diagnose argument modifiers unsupported in stage 0 More... over 14 years ago