summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
Commit message (Expand)AuthorAgeFilesLines
* use Name::fromIntAlon Zakai2015-11-111-8/+4
* validate offsets in s-parser, remove hackAlon Zakai2015-11-111-1/+3
* don't allow direct access to the vectors on the Module objectAlon Zakai2015-11-111-2/+4
* don't store caseMap in Switch, it's a pure optimizationAlon Zakai2015-11-111-1/+0
* nan fixes; test suite fully passesAlon Zakai2015-11-111-4/+4
* more nan fixesAlon Zakai2015-11-111-3/+3
* remove debug printAlon Zakai2015-11-111-1/+1
* unreachableAlon Zakai2015-11-111-0/+4
* commentsAlon Zakai2015-11-111-2/+3
* handle some switch errors, get the switch testcase passingAlon Zakai2015-11-091-0/+1
* wip switch workAlon Zakai2015-11-091-2/+16
* handle empty switches, and some more temp blacklistingAlon Zakai2015-11-091-1/+1
* update control flow operators, blacklist some new float errors for nowAlon Zakai2015-11-091-36/+20
* update spec tests, use a proper label stack, and start to update control flow...Alon Zakai2015-11-091-19/+33
* nan fixesAlon Zakai2015-11-081-6/+17
* fix negative nansAlon Zakai2015-11-081-2/+2
* +nanAlon Zakai2015-11-081-0/+1
* negative nansAlon Zakai2015-11-081-4/+8
* fix hex nan parsingAlon Zakai2015-11-081-3/+2
* ensure nan-nessAlon Zakai2015-11-081-0/+2
* parse hex properlyAlon Zakai2015-11-081-1/+4
* parse nansAlon Zakai2015-11-081-0/+30
* accept 64-bit offsets, for nowAlon Zakai2015-11-081-1/+1
* more switch fixesAlon Zakai2015-11-081-12/+16
* switch fixesAlon Zakai2015-11-081-5/+16
* switch parsing improvementsAlon Zakai2015-11-081-8/+21
* wip switchAlon Zakai2015-11-071-0/+27
* detect implicit block in loopAlon Zakai2015-11-061-1/+10
* parse \a7 etc. in data segmentsAlon Zakai2015-11-061-10/+30
* fix negative hex parsingAlon Zakai2015-11-061-14/+20
* fake returnAlon Zakai2015-11-061-1/+22
* parse selectAlon Zakai2015-11-061-0/+10
* resolve local names at parse timeAlon Zakai2015-11-061-12/+27
* parse escaped double-quotesAlon Zakai2015-11-061-2/+6
* host opsAlon Zakai2015-11-061-0/+9
* handle (param i32 i32), noting when the 1st index can be either a name or a typeAlon Zakai2015-11-051-26/+41
* parse inner comments and add more unariesAlon Zakai2015-11-051-1/+5
* has_featureAlon Zakai2015-11-051-1/+16
* remember function type name, for later checksAlon Zakai2015-11-051-1/+2
* some error checkingAlon Zakai2015-11-051-1/+2
* functions may have both params and a typeAlon Zakai2015-11-051-1/+5
* function parsing fixesAlon Zakai2015-11-051-1/+2
* allow accessing module elements by index nameAlon Zakai2015-11-051-1/+6
* parse funcs with a named typeAlon Zakai2015-11-051-2/+17
* refactor data structuresAlon Zakai2015-11-051-15/+19
* unnamed naming fixesAlon Zakai2015-11-051-19/+26
* parsing improvements for local unnamedAlon Zakai2015-11-051-7/+30
* handle ;; comments on top scopeAlon Zakai2015-11-051-1/+8
* negative nansAlon Zakai2015-11-051-2/+16
* parse more unariesAlon Zakai2015-11-051-1/+5