1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
function calls require fixed call syntax as per the 2013/10/11 draft More... over 10 years ago
grab-bag of cleanups and fixes - bugfixes: * added missing argument to Env() constructor * added missing loop counter update when binding function locals * checkArguments was misusing array.some(), expecting the specific truthy result (some() just returns true, grr...) * MemberExpression case matches .object and .property fields, not .left and .right - added a couple missing checks where it was supposed to be recursively type-checking subexpressions - cleaned up tests, added a couple more tests More... over 10 years ago
in sync with current OdinMonkey, in particular: - unsigned </: extern - integer % produces type intish - all function calls required to be coerced - no more type unknown - added note about ~~ in unary operators section More... over 10 years ago
mbx's version of the subtyping diagram More... over 10 years ago
Fixed the example so it compiles in latest Firefox Nightly More... almost 11 years ago
improved explanation of switch compilation More... about 11 years ago
created style for performance notes More... about 11 years ago
added dynamic 2GB check to heap More... about 11 years ago
corrected switch validation rules More... about 11 years ago
stricter requirements on heap length at link time More... about 11 years ago
bugfixes: - html escaping bug - "element size" instead of "word size" (abuse of the terminology of "word") - added missing validation for MemberExpression property name subexpression - added missing enforcement of integer literal in MemberExpression shift More... about 11 years ago
added comma expressions, !, additional acknowledgments, empty function bodies for void functions More... about 11 years ago
updated to use mbx's diagrams More... about 11 years ago
faster powerOf2 implementation courtesy of Brendan: https://twitter.com/BrendanEich/status/310843952439889920 More... about 11 years ago
eliminate the stupid fake logo More... about 11 years ago
fixed shift logic error in readme More... about 11 years ago
overhaul to validator, closer to being in line with current spec More... about 11 years ago
fixed typo More... about 11 years ago
html entity typo More... about 11 years ago
missing <br> More... over 11 years ago
add credit to mandreel More... over 11 years ago
spec bugfix: eliminate the modulo requirement for constant heap indexing More... over 11 years ago
function pointers! More... over 11 years ago
separated function declarations section from global variables section More... over 11 years ago
only the final return statement must be annotated; added missing void return type rules More... over 11 years ago
tightened up acks More... over 11 years ago
filled out a couple missing bits, eliminated the text about special non-terminals More... over 11 years ago
linking behavior More... over 11 years ago
filled out relative links, added section intro text More... over 11 years ago
drafts of all expression rules More... over 11 years ago