| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756 | 
							- function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
 
- function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
 
- import { codeFrameFromSource } from "@webassemblyjs/helper-code-frame";
 
- import * as t from "@webassemblyjs/ast";
 
- import { parse32I } from "./number-literals";
 
- import { parseString } from "./string-literals";
 
- import { tokens, keywords } from "./tokenizer";
 
- function hasPlugin(name) {
 
-   if (name !== "wast") throw new Error("unknow plugin");
 
-   return true;
 
- }
 
- function isKeyword(token, id) {
 
-   return token.type === tokens.keyword && token.value === id;
 
- }
 
- function tokenToString(token) {
 
-   if (token.type === "keyword") {
 
-     return "keyword (".concat(token.value, ")");
 
-   }
 
-   return token.type;
 
- }
 
- function identifierFromToken(token) {
 
-   var _token$loc = token.loc,
 
-       end = _token$loc.end,
 
-       start = _token$loc.start;
 
-   return t.withLoc(t.identifier(token.value), end, start);
 
- }
 
- export function parse(tokensList, source) {
 
-   var current = 0;
 
-   var getUniqueName = t.getUniqueNameGenerator();
 
-   var state = {
 
-     registredExportedElements: []
 
-   }; // But this time we're going to use recursion instead of a `while` loop. So we
 
-   // define a `walk` function.
 
-   function walk() {
 
-     var token = tokensList[current];
 
-     function eatToken() {
 
-       token = tokensList[++current];
 
-     }
 
-     function getEndLoc() {
 
-       var currentToken = token;
 
-       if (typeof currentToken === "undefined") {
 
-         var lastToken = tokensList[tokensList.length - 1];
 
-         currentToken = lastToken;
 
-       }
 
-       return currentToken.loc.end;
 
-     }
 
-     function getStartLoc() {
 
-       return token.loc.start;
 
-     }
 
-     function eatTokenOfType(type) {
 
-       if (token.type !== type) {
 
-         throw new Error("\n" + codeFrameFromSource(source, token.loc) + "Assertion error: expected token of type " + type + ", given " + tokenToString(token));
 
-       }
 
-       eatToken();
 
-     }
 
-     function parseExportIndex(token) {
 
-       if (token.type === tokens.identifier) {
 
-         var index = identifierFromToken(token);
 
-         eatToken();
 
-         return index;
 
-       } else if (token.type === tokens.number) {
 
-         var _index = t.numberLiteralFromRaw(token.value);
 
-         eatToken();
 
-         return _index;
 
-       } else {
 
-         throw function () {
 
-           return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "unknown export index" + ", given " + tokenToString(token));
 
-         }();
 
-       }
 
-     }
 
-     function lookaheadAndCheck() {
 
-       var len = arguments.length;
 
-       for (var i = 0; i < len; i++) {
 
-         var tokenAhead = tokensList[current + i];
 
-         var expectedToken = i < 0 || arguments.length <= i ? undefined : arguments[i];
 
-         if (tokenAhead.type === "keyword") {
 
-           if (isKeyword(tokenAhead, expectedToken) === false) {
 
-             return false;
 
-           }
 
-         } else if (expectedToken !== tokenAhead.type) {
 
-           return false;
 
-         }
 
-       }
 
-       return true;
 
-     } // TODO(sven): there is probably a better way to do this
 
-     // can refactor it if it get out of hands
 
-     function maybeIgnoreComment() {
 
-       if (typeof token === "undefined") {
 
-         // Ignore
 
-         return;
 
-       }
 
-       while (token.type === tokens.comment) {
 
-         eatToken();
 
-         if (typeof token === "undefined") {
 
-           // Hit the end
 
-           break;
 
-         }
 
-       }
 
-     }
 
-     /**
 
-      * Parses a memory instruction
 
-      *
 
-      * WAST:
 
-      *
 
-      * memory:  ( memory <name>? <memory_sig> )
 
-      *          ( memory <name>? ( export <string> ) <...> )
 
-      *          ( memory <name>? ( import <string> <string> ) <memory_sig> )
 
-      *          ( memory <name>? ( export <string> )* ( data <string>* )
 
-      * memory_sig: <nat> <nat>?
 
-      *
 
-      */
 
-     function parseMemory() {
 
-       var id = t.identifier(getUniqueName("memory"));
 
-       var limits = t.limit(0);
 
-       if (token.type === tokens.string || token.type === tokens.identifier) {
 
-         id = t.identifier(token.value);
 
-         eatToken();
 
-       } else {
 
-         id = t.withRaw(id, ""); // preserve anonymous
 
-       }
 
-       /**
 
-        * Maybe data
 
-        */
 
-       if (lookaheadAndCheck(tokens.openParen, keywords.data)) {
 
-         eatToken(); // (
 
-         eatToken(); // data
 
-         // TODO(sven): do something with the data collected here
 
-         var stringInitializer = token.value;
 
-         eatTokenOfType(tokens.string); // Update limits accordingly
 
-         limits = t.limit(stringInitializer.length);
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       /**
 
-        * Maybe export
 
-        */
 
-       if (lookaheadAndCheck(tokens.openParen, keywords.export)) {
 
-         eatToken(); // (
 
-         eatToken(); // export
 
-         if (token.type !== tokens.string) {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Expected string in export" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-         var _name = token.value;
 
-         eatToken();
 
-         state.registredExportedElements.push({
 
-           exportType: "Memory",
 
-           name: _name,
 
-           id: id
 
-         });
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       /**
 
-        * Memory signature
 
-        */
 
-       if (token.type === tokens.number) {
 
-         limits = t.limit(parse32I(token.value));
 
-         eatToken();
 
-         if (token.type === tokens.number) {
 
-           limits.max = parse32I(token.value);
 
-           eatToken();
 
-         }
 
-       }
 
-       return t.memory(limits, id);
 
-     }
 
-     /**
 
-      * Parses a data section
 
-      * https://webassembly.github.io/spec/core/text/modules.html#data-segments
 
-      *
 
-      * WAST:
 
-      *
 
-      * data:  ( data <index>? <offset> <string> )
 
-      */
 
-     function parseData() {
 
-       // optional memory index
 
-       var memidx = 0;
 
-       if (token.type === tokens.number) {
 
-         memidx = token.value;
 
-         eatTokenOfType(tokens.number); // .
 
-       }
 
-       eatTokenOfType(tokens.openParen);
 
-       var offset;
 
-       if (token.type === tokens.valtype) {
 
-         eatTokenOfType(tokens.valtype); // i32
 
-         eatTokenOfType(tokens.dot); // .
 
-         if (token.value !== "const") {
 
-           throw new Error("constant expression required");
 
-         }
 
-         eatTokenOfType(tokens.name); // const
 
-         var numberLiteral = t.numberLiteralFromRaw(token.value, "i32");
 
-         offset = t.objectInstruction("const", "i32", [numberLiteral]);
 
-         eatToken();
 
-         eatTokenOfType(tokens.closeParen);
 
-       } else {
 
-         eatTokenOfType(tokens.name); // get_global
 
-         var _numberLiteral = t.numberLiteralFromRaw(token.value, "i32");
 
-         offset = t.instruction("get_global", [_numberLiteral]);
 
-         eatToken();
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       var byteArray = parseString(token.value);
 
-       eatToken(); // "string"
 
-       return t.data(t.memIndexLiteral(memidx), offset, t.byteArray(byteArray));
 
-     }
 
-     /**
 
-      * Parses a table instruction
 
-      *
 
-      * WAST:
 
-      *
 
-      * table:   ( table <name>? <table_type> )
 
-      *          ( table <name>? ( export <string> ) <...> )
 
-      *          ( table <name>? ( import <string> <string> ) <table_type> )
 
-      *          ( table <name>? ( export <string> )* <elem_type> ( elem <var>* ) )
 
-      *
 
-      * table_type:  <nat> <nat>? <elem_type>
 
-      * elem_type: anyfunc
 
-      *
 
-      * elem:    ( elem <var>? (offset <instr>* ) <var>* )
 
-      *          ( elem <var>? <expr> <var>* )
 
-      */
 
-     function parseTable() {
 
-       var name = t.identifier(getUniqueName("table"));
 
-       var limit = t.limit(0);
 
-       var elemIndices = [];
 
-       var elemType = "anyfunc";
 
-       if (token.type === tokens.string || token.type === tokens.identifier) {
 
-         name = identifierFromToken(token);
 
-         eatToken();
 
-       } else {
 
-         name = t.withRaw(name, ""); // preserve anonymous
 
-       }
 
-       while (token.type !== tokens.closeParen) {
 
-         /**
 
-          * Maybe export
 
-          */
 
-         if (lookaheadAndCheck(tokens.openParen, keywords.elem)) {
 
-           eatToken(); // (
 
-           eatToken(); // elem
 
-           while (token.type === tokens.identifier) {
 
-             elemIndices.push(t.identifier(token.value));
 
-             eatToken();
 
-           }
 
-           eatTokenOfType(tokens.closeParen);
 
-         } else if (lookaheadAndCheck(tokens.openParen, keywords.export)) {
 
-           eatToken(); // (
 
-           eatToken(); // export
 
-           if (token.type !== tokens.string) {
 
-             throw function () {
 
-               return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Expected string in export" + ", given " + tokenToString(token));
 
-             }();
 
-           }
 
-           var exportName = token.value;
 
-           eatToken();
 
-           state.registredExportedElements.push({
 
-             exportType: "Table",
 
-             name: exportName,
 
-             id: name
 
-           });
 
-           eatTokenOfType(tokens.closeParen);
 
-         } else if (isKeyword(token, keywords.anyfunc)) {
 
-           // It's the default value, we can ignore it
 
-           eatToken(); // anyfunc
 
-         } else if (token.type === tokens.number) {
 
-           /**
 
-            * Table type
 
-            */
 
-           var min = parseInt(token.value);
 
-           eatToken();
 
-           if (token.type === tokens.number) {
 
-             var max = parseInt(token.value);
 
-             eatToken();
 
-             limit = t.limit(min, max);
 
-           } else {
 
-             limit = t.limit(min);
 
-           }
 
-           eatToken();
 
-         } else {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-       }
 
-       if (elemIndices.length > 0) {
 
-         return t.table(elemType, limit, name, elemIndices);
 
-       } else {
 
-         return t.table(elemType, limit, name);
 
-       }
 
-     }
 
-     /**
 
-      * Parses an import statement
 
-      *
 
-      * WAST:
 
-      *
 
-      * import:  ( import <string> <string> <imkind> )
 
-      * imkind:  ( func <name>? <func_sig> )
 
-      *          ( global <name>? <global_sig> )
 
-      *          ( table <name>? <table_sig> )
 
-      *          ( memory <name>? <memory_sig> )
 
-      *
 
-      * global_sig: <type> | ( mut <type> )
 
-      */
 
-     function parseImport() {
 
-       if (token.type !== tokens.string) {
 
-         throw new Error("Expected a string, " + token.type + " given.");
 
-       }
 
-       var moduleName = token.value;
 
-       eatToken();
 
-       if (token.type !== tokens.string) {
 
-         throw new Error("Expected a string, " + token.type + " given.");
 
-       }
 
-       var name = token.value;
 
-       eatToken();
 
-       eatTokenOfType(tokens.openParen);
 
-       var descr;
 
-       if (isKeyword(token, keywords.func)) {
 
-         eatToken(); // keyword
 
-         var fnParams = [];
 
-         var fnResult = [];
 
-         var typeRef;
 
-         var fnName = t.identifier(getUniqueName("func"));
 
-         if (token.type === tokens.identifier) {
 
-           fnName = identifierFromToken(token);
 
-           eatToken();
 
-         }
 
-         while (token.type === tokens.openParen) {
 
-           eatToken();
 
-           if (lookaheadAndCheck(keywords.type) === true) {
 
-             eatToken();
 
-             typeRef = parseTypeReference();
 
-           } else if (lookaheadAndCheck(keywords.param) === true) {
 
-             eatToken();
 
-             fnParams.push.apply(fnParams, _toConsumableArray(parseFuncParam()));
 
-           } else if (lookaheadAndCheck(keywords.result) === true) {
 
-             eatToken();
 
-             fnResult.push.apply(fnResult, _toConsumableArray(parseFuncResult()));
 
-           } else {
 
-             throw function () {
 
-               return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in import of type" + ", given " + tokenToString(token));
 
-             }();
 
-           }
 
-           eatTokenOfType(tokens.closeParen);
 
-         }
 
-         if (typeof fnName === "undefined") {
 
-           throw new Error("Imported function must have a name");
 
-         }
 
-         descr = t.funcImportDescr(fnName, typeRef !== undefined ? typeRef : t.signature(fnParams, fnResult));
 
-       } else if (isKeyword(token, keywords.global)) {
 
-         eatToken(); // keyword
 
-         if (token.type === tokens.openParen) {
 
-           eatToken(); // (
 
-           eatTokenOfType(tokens.keyword); // mut keyword
 
-           var valtype = token.value;
 
-           eatToken();
 
-           descr = t.globalType(valtype, "var");
 
-           eatTokenOfType(tokens.closeParen);
 
-         } else {
 
-           var _valtype = token.value;
 
-           eatTokenOfType(tokens.valtype);
 
-           descr = t.globalType(_valtype, "const");
 
-         }
 
-       } else if (isKeyword(token, keywords.memory) === true) {
 
-         eatToken(); // Keyword
 
-         descr = parseMemory();
 
-       } else if (isKeyword(token, keywords.table) === true) {
 
-         eatToken(); // Keyword
 
-         descr = parseTable();
 
-       } else {
 
-         throw new Error("Unsupported import type: " + tokenToString(token));
 
-       }
 
-       eatTokenOfType(tokens.closeParen);
 
-       return t.moduleImport(moduleName, name, descr);
 
-     }
 
-     /**
 
-      * Parses a block instruction
 
-      *
 
-      * WAST:
 
-      *
 
-      * expr: ( block <name>? <block_sig> <instr>* )
 
-      * instr: block <name>? <block_sig> <instr>* end <name>?
 
-      * block_sig : ( result <type>* )*
 
-      *
 
-      */
 
-     function parseBlock() {
 
-       var label = t.identifier(getUniqueName("block"));
 
-       var blockResult = null;
 
-       var instr = [];
 
-       if (token.type === tokens.identifier) {
 
-         label = identifierFromToken(token);
 
-         eatToken();
 
-       } else {
 
-         label = t.withRaw(label, ""); // preserve anonymous
 
-       }
 
-       while (token.type === tokens.openParen) {
 
-         eatToken();
 
-         if (lookaheadAndCheck(keywords.result) === true) {
 
-           eatToken();
 
-           blockResult = token.value;
 
-           eatToken();
 
-         } else if (lookaheadAndCheck(tokens.name) === true || lookaheadAndCheck(tokens.valtype) === true || token.type === "keyword" // is any keyword
 
-         ) {
 
-             // Instruction
 
-             instr.push(parseFuncInstr());
 
-           } else {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in block body of type" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-         maybeIgnoreComment();
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       return t.blockInstruction(label, instr, blockResult);
 
-     }
 
-     /**
 
-      * Parses a if instruction
 
-      *
 
-      * WAST:
 
-      *
 
-      * expr:
 
-      * ( if <name>? <block_sig> ( then <instr>* ) ( else <instr>* )? )
 
-      * ( if <name>? <block_sig> <expr>+ ( then <instr>* ) ( else <instr>* )? )
 
-      *
 
-      * instr:
 
-      * if <name>? <block_sig> <instr>* end <name>?
 
-      * if <name>? <block_sig> <instr>* else <name>? <instr>* end <name>?
 
-      *
 
-      * block_sig : ( result <type>* )*
 
-      *
 
-      */
 
-     function parseIf() {
 
-       var blockResult = null;
 
-       var label = t.identifier(getUniqueName("if"));
 
-       var testInstrs = [];
 
-       var consequent = [];
 
-       var alternate = [];
 
-       if (token.type === tokens.identifier) {
 
-         label = identifierFromToken(token);
 
-         eatToken();
 
-       } else {
 
-         label = t.withRaw(label, ""); // preserve anonymous
 
-       }
 
-       while (token.type === tokens.openParen) {
 
-         eatToken(); // (
 
-         /**
 
-          * Block signature
 
-          */
 
-         if (isKeyword(token, keywords.result) === true) {
 
-           eatToken();
 
-           blockResult = token.value;
 
-           eatTokenOfType(tokens.valtype);
 
-           eatTokenOfType(tokens.closeParen);
 
-           continue;
 
-         }
 
-         /**
 
-          * Then
 
-          */
 
-         if (isKeyword(token, keywords.then) === true) {
 
-           eatToken(); // then
 
-           while (token.type === tokens.openParen) {
 
-             eatToken(); // Instruction
 
-             if (lookaheadAndCheck(tokens.name) === true || lookaheadAndCheck(tokens.valtype) === true || token.type === "keyword" // is any keyword
 
-             ) {
 
-                 consequent.push(parseFuncInstr());
 
-               } else {
 
-               throw function () {
 
-                 return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in consequent body of type" + ", given " + tokenToString(token));
 
-               }();
 
-             }
 
-             eatTokenOfType(tokens.closeParen);
 
-           }
 
-           eatTokenOfType(tokens.closeParen);
 
-           continue;
 
-         }
 
-         /**
 
-          * Alternate
 
-          */
 
-         if (isKeyword(token, keywords.else)) {
 
-           eatToken(); // else
 
-           while (token.type === tokens.openParen) {
 
-             eatToken(); // Instruction
 
-             if (lookaheadAndCheck(tokens.name) === true || lookaheadAndCheck(tokens.valtype) === true || token.type === "keyword" // is any keyword
 
-             ) {
 
-                 alternate.push(parseFuncInstr());
 
-               } else {
 
-               throw function () {
 
-                 return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in alternate body of type" + ", given " + tokenToString(token));
 
-               }();
 
-             }
 
-             eatTokenOfType(tokens.closeParen);
 
-           }
 
-           eatTokenOfType(tokens.closeParen);
 
-           continue;
 
-         }
 
-         /**
 
-          * Test instruction
 
-          */
 
-         if (lookaheadAndCheck(tokens.name) === true || lookaheadAndCheck(tokens.valtype) === true || token.type === "keyword" // is any keyword
 
-         ) {
 
-             testInstrs.push(parseFuncInstr());
 
-             eatTokenOfType(tokens.closeParen);
 
-             continue;
 
-           }
 
-         throw function () {
 
-           return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in if body" + ", given " + tokenToString(token));
 
-         }();
 
-       }
 
-       return t.ifInstruction(label, testInstrs, blockResult, consequent, alternate);
 
-     }
 
-     /**
 
-      * Parses a loop instruction
 
-      *
 
-      * WAT:
 
-      *
 
-      * blockinstr :: 'loop' I:label rt:resulttype (in:instr*) 'end' id?
 
-      *
 
-      * WAST:
 
-      *
 
-      * instr     :: loop <name>? <block_sig> <instr>* end <name>?
 
-      * expr      :: ( loop <name>? <block_sig> <instr>* )
 
-      * block_sig :: ( result <type>* )*
 
-      *
 
-      */
 
-     function parseLoop() {
 
-       var label = t.identifier(getUniqueName("loop"));
 
-       var blockResult;
 
-       var instr = [];
 
-       if (token.type === tokens.identifier) {
 
-         label = identifierFromToken(token);
 
-         eatToken();
 
-       } else {
 
-         label = t.withRaw(label, ""); // preserve anonymous
 
-       }
 
-       while (token.type === tokens.openParen) {
 
-         eatToken();
 
-         if (lookaheadAndCheck(keywords.result) === true) {
 
-           eatToken();
 
-           blockResult = token.value;
 
-           eatToken();
 
-         } else if (lookaheadAndCheck(tokens.name) === true || lookaheadAndCheck(tokens.valtype) === true || token.type === "keyword" // is any keyword
 
-         ) {
 
-             // Instruction
 
-             instr.push(parseFuncInstr());
 
-           } else {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in loop body" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       return t.loopInstruction(label, blockResult, instr);
 
-     }
 
-     function parseCallIndirect() {
 
-       var typeRef;
 
-       var params = [];
 
-       var results = [];
 
-       var instrs = [];
 
-       while (token.type !== tokens.closeParen) {
 
-         if (lookaheadAndCheck(tokens.openParen, keywords.type)) {
 
-           eatToken(); // (
 
-           eatToken(); // type
 
-           typeRef = parseTypeReference();
 
-         } else if (lookaheadAndCheck(tokens.openParen, keywords.param)) {
 
-           eatToken(); // (
 
-           eatToken(); // param
 
-           /**
 
-            * Params can be empty:
 
-            * (params)`
 
-            */
 
-           if (token.type !== tokens.closeParen) {
 
-             params.push.apply(params, _toConsumableArray(parseFuncParam()));
 
-           }
 
-         } else if (lookaheadAndCheck(tokens.openParen, keywords.result)) {
 
-           eatToken(); // (
 
-           eatToken(); // result
 
-           /**
 
-            * Results can be empty:
 
-            * (result)`
 
-            */
 
-           if (token.type !== tokens.closeParen) {
 
-             results.push.apply(results, _toConsumableArray(parseFuncResult()));
 
-           }
 
-         } else {
 
-           eatTokenOfType(tokens.openParen);
 
-           instrs.push(parseFuncInstr());
 
-         }
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       return t.callIndirectInstruction(typeRef !== undefined ? typeRef : t.signature(params, results), instrs);
 
-     }
 
-     /**
 
-      * Parses an export instruction
 
-      *
 
-      * WAT:
 
-      *
 
-      * export:  ( export <string> <exkind> )
 
-      * exkind:  ( func <var> )
 
-      *          ( global <var> )
 
-      *          ( table <var> )
 
-      *          ( memory <var> )
 
-      * var:    <nat> | <name>
 
-      *
 
-      */
 
-     function parseExport() {
 
-       if (token.type !== tokens.string) {
 
-         throw new Error("Expected string after export, got: " + token.type);
 
-       }
 
-       var name = token.value;
 
-       eatToken();
 
-       var moduleExportDescr = parseModuleExportDescr();
 
-       return t.moduleExport(name, moduleExportDescr);
 
-     }
 
-     function parseModuleExportDescr() {
 
-       var startLoc = getStartLoc();
 
-       var type = "";
 
-       var index;
 
-       eatTokenOfType(tokens.openParen);
 
-       while (token.type !== tokens.closeParen) {
 
-         if (isKeyword(token, keywords.func)) {
 
-           type = "Func";
 
-           eatToken();
 
-           index = parseExportIndex(token);
 
-         } else if (isKeyword(token, keywords.table)) {
 
-           type = "Table";
 
-           eatToken();
 
-           index = parseExportIndex(token);
 
-         } else if (isKeyword(token, keywords.global)) {
 
-           type = "Global";
 
-           eatToken();
 
-           index = parseExportIndex(token);
 
-         } else if (isKeyword(token, keywords.memory)) {
 
-           type = "Memory";
 
-           eatToken();
 
-           index = parseExportIndex(token);
 
-         }
 
-         eatToken();
 
-       }
 
-       if (type === "") {
 
-         throw new Error("Unknown export type");
 
-       }
 
-       if (index === undefined) {
 
-         throw new Error("Exported function must have a name");
 
-       }
 
-       var node = t.moduleExportDescr(type, index);
 
-       var endLoc = getEndLoc();
 
-       eatTokenOfType(tokens.closeParen);
 
-       return t.withLoc(node, endLoc, startLoc);
 
-     }
 
-     function parseModule() {
 
-       var name = null;
 
-       var isBinary = false;
 
-       var isQuote = false;
 
-       var moduleFields = [];
 
-       if (token.type === tokens.identifier) {
 
-         name = token.value;
 
-         eatToken();
 
-       }
 
-       if (hasPlugin("wast") && token.type === tokens.name && token.value === "binary") {
 
-         eatToken();
 
-         isBinary = true;
 
-       }
 
-       if (hasPlugin("wast") && token.type === tokens.name && token.value === "quote") {
 
-         eatToken();
 
-         isQuote = true;
 
-       }
 
-       if (isBinary === true) {
 
-         var blob = [];
 
-         while (token.type === tokens.string) {
 
-           blob.push(token.value);
 
-           eatToken();
 
-           maybeIgnoreComment();
 
-         }
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.binaryModule(name, blob);
 
-       }
 
-       if (isQuote === true) {
 
-         var string = [];
 
-         while (token.type === tokens.string) {
 
-           string.push(token.value);
 
-           eatToken();
 
-         }
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.quoteModule(name, string);
 
-       }
 
-       while (token.type !== tokens.closeParen) {
 
-         moduleFields.push(walk());
 
-         if (state.registredExportedElements.length > 0) {
 
-           state.registredExportedElements.forEach(function (decl) {
 
-             moduleFields.push(t.moduleExport(decl.name, t.moduleExportDescr(decl.exportType, decl.id)));
 
-           });
 
-           state.registredExportedElements = [];
 
-         }
 
-         token = tokensList[current];
 
-       }
 
-       eatTokenOfType(tokens.closeParen);
 
-       return t.module(name, moduleFields);
 
-     }
 
-     /**
 
-      * Parses the arguments of an instruction
 
-      */
 
-     function parseFuncInstrArguments(signature) {
 
-       var args = [];
 
-       var namedArgs = {};
 
-       var signaturePtr = 0;
 
-       while (token.type === tokens.name || isKeyword(token, keywords.offset)) {
 
-         var key = token.value;
 
-         eatToken();
 
-         eatTokenOfType(tokens.equal);
 
-         var value = void 0;
 
-         if (token.type === tokens.number) {
 
-           value = t.numberLiteralFromRaw(token.value);
 
-         } else {
 
-           throw new Error("Unexpected type for argument: " + token.type);
 
-         }
 
-         namedArgs[key] = value;
 
-         eatToken();
 
-       } // $FlowIgnore
 
-       var signatureLength = signature.vector ? Infinity : signature.length;
 
-       while (token.type !== tokens.closeParen && ( // $FlowIgnore
 
-       token.type === tokens.openParen || signaturePtr < signatureLength)) {
 
-         if (token.type === tokens.identifier) {
 
-           args.push(t.identifier(token.value));
 
-           eatToken();
 
-         } else if (token.type === tokens.valtype) {
 
-           // Handle locals
 
-           args.push(t.valtypeLiteral(token.value));
 
-           eatToken();
 
-         } else if (token.type === tokens.string) {
 
-           args.push(t.stringLiteral(token.value));
 
-           eatToken();
 
-         } else if (token.type === tokens.number) {
 
-           args.push( // TODO(sven): refactor the type signature handling
 
-           // https://github.com/xtuc/webassemblyjs/pull/129 is a good start
 
-           t.numberLiteralFromRaw(token.value, // $FlowIgnore
 
-           signature[signaturePtr] || "f64")); // $FlowIgnore
 
-           if (!signature.vector) {
 
-             ++signaturePtr;
 
-           }
 
-           eatToken();
 
-         } else if (token.type === tokens.openParen) {
 
-           /**
 
-            * Maybe some nested instructions
 
-            */
 
-           eatToken(); // Instruction
 
-           if (lookaheadAndCheck(tokens.name) === true || lookaheadAndCheck(tokens.valtype) === true || token.type === "keyword" // is any keyword
 
-           ) {
 
-               // $FlowIgnore
 
-               args.push(parseFuncInstr());
 
-             } else {
 
-             throw function () {
 
-               return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in nested instruction" + ", given " + tokenToString(token));
 
-             }();
 
-           }
 
-           if (token.type === tokens.closeParen) {
 
-             eatToken();
 
-           }
 
-         } else {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in instruction argument" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-       }
 
-       return {
 
-         args: args,
 
-         namedArgs: namedArgs
 
-       };
 
-     }
 
-     /**
 
-      * Parses an instruction
 
-      *
 
-      * WAT:
 
-      *
 
-      * instr      :: plaininst
 
-      *               blockinstr
 
-      *
 
-      * blockinstr :: 'block' I:label rt:resulttype (in:instr*) 'end' id?
 
-      *               'loop' I:label rt:resulttype (in:instr*) 'end' id?
 
-      *               'if' I:label rt:resulttype (in:instr*) 'else' id? (in2:intr*) 'end' id?
 
-      *
 
-      * plaininst  :: 'unreachable'
 
-      *               'nop'
 
-      *               'br' l:labelidx
 
-      *               'br_if' l:labelidx
 
-      *               'br_table' l*:vec(labelidx) ln:labelidx
 
-      *               'return'
 
-      *               'call' x:funcidx
 
-      *               'call_indirect' x, I:typeuse
 
-      *
 
-      * WAST:
 
-      *
 
-      * instr:
 
-      *   <expr>
 
-      *   <op>
 
-      *   block <name>? <block_sig> <instr>* end <name>?
 
-      *   loop <name>? <block_sig> <instr>* end <name>?
 
-      *   if <name>? <block_sig> <instr>* end <name>?
 
-      *   if <name>? <block_sig> <instr>* else <name>? <instr>* end <name>?
 
-      *
 
-      * expr:
 
-      *   ( <op> )
 
-      *   ( <op> <expr>+ )
 
-      *   ( block <name>? <block_sig> <instr>* )
 
-      *   ( loop <name>? <block_sig> <instr>* )
 
-      *   ( if <name>? <block_sig> ( then <instr>* ) ( else <instr>* )? )
 
-      *   ( if <name>? <block_sig> <expr>+ ( then <instr>* ) ( else <instr>* )? )
 
-      *
 
-      * op:
 
-      *   unreachable
 
-      *   nop
 
-      *   br <var>
 
-      *   br_if <var>
 
-      *   br_table <var>+
 
-      *   return
 
-      *   call <var>
 
-      *   call_indirect <func_sig>
 
-      *   drop
 
-      *   select
 
-      *   get_local <var>
 
-      *   set_local <var>
 
-      *   tee_local <var>
 
-      *   get_global <var>
 
-      *   set_global <var>
 
-      *   <type>.load((8|16|32)_<sign>)? <offset>? <align>?
 
-      *   <type>.store(8|16|32)? <offset>? <align>?
 
-      *   current_memory
 
-      *   grow_memory
 
-      *   <type>.const <value>
 
-      *   <type>.<unop>
 
-      *   <type>.<binop>
 
-      *   <type>.<testop>
 
-      *   <type>.<relop>
 
-      *   <type>.<cvtop>/<type>
 
-      *
 
-      * func_type:   ( type <var> )? <param>* <result>*
 
-      */
 
-     function parseFuncInstr() {
 
-       var startLoc = getStartLoc();
 
-       maybeIgnoreComment();
 
-       /**
 
-        * A simple instruction
 
-        */
 
-       if (token.type === tokens.name || token.type === tokens.valtype) {
 
-         var _name2 = token.value;
 
-         var object;
 
-         eatToken();
 
-         if (token.type === tokens.dot) {
 
-           object = _name2;
 
-           eatToken();
 
-           if (token.type !== tokens.name) {
 
-             throw new TypeError("Unknown token: " + token.type + ", name expected");
 
-           }
 
-           _name2 = token.value;
 
-           eatToken();
 
-         }
 
-         if (token.type === tokens.closeParen) {
 
-           var _endLoc = token.loc.end;
 
-           if (typeof object === "undefined") {
 
-             return t.withLoc(t.instruction(_name2), _endLoc, startLoc);
 
-           } else {
 
-             return t.withLoc(t.objectInstruction(_name2, object, []), _endLoc, startLoc);
 
-           }
 
-         }
 
-         var signature = t.signatureForOpcode(object || "", _name2);
 
-         var _parseFuncInstrArgume = parseFuncInstrArguments(signature),
 
-             _args = _parseFuncInstrArgume.args,
 
-             _namedArgs = _parseFuncInstrArgume.namedArgs;
 
-         var endLoc = token.loc.end;
 
-         if (typeof object === "undefined") {
 
-           return t.withLoc(t.instruction(_name2, _args, _namedArgs), endLoc, startLoc);
 
-         } else {
 
-           return t.withLoc(t.objectInstruction(_name2, object, _args, _namedArgs), endLoc, startLoc);
 
-         }
 
-       } else if (isKeyword(token, keywords.loop)) {
 
-         /**
 
-          * Else a instruction with a keyword (loop or block)
 
-          */
 
-         eatToken(); // keyword
 
-         return parseLoop();
 
-       } else if (isKeyword(token, keywords.block)) {
 
-         eatToken(); // keyword
 
-         return parseBlock();
 
-       } else if (isKeyword(token, keywords.call_indirect)) {
 
-         eatToken(); // keyword
 
-         return parseCallIndirect();
 
-       } else if (isKeyword(token, keywords.call)) {
 
-         eatToken(); // keyword
 
-         var index;
 
-         if (token.type === tokens.identifier) {
 
-           index = identifierFromToken(token);
 
-           eatToken();
 
-         } else if (token.type === tokens.number) {
 
-           index = t.indexLiteral(token.value);
 
-           eatToken();
 
-         }
 
-         var instrArgs = []; // Nested instruction
 
-         while (token.type === tokens.openParen) {
 
-           eatToken();
 
-           instrArgs.push(parseFuncInstr());
 
-           eatTokenOfType(tokens.closeParen);
 
-         }
 
-         if (typeof index === "undefined") {
 
-           throw new Error("Missing argument in call instruciton");
 
-         }
 
-         if (instrArgs.length > 0) {
 
-           return t.callInstruction(index, instrArgs);
 
-         } else {
 
-           return t.callInstruction(index);
 
-         }
 
-       } else if (isKeyword(token, keywords.if)) {
 
-         eatToken(); // Keyword
 
-         return parseIf();
 
-       } else if (isKeyword(token, keywords.module) && hasPlugin("wast")) {
 
-         eatToken(); // In WAST you can have a module as an instruction's argument
 
-         // we will cast it into a instruction to not break the flow
 
-         // $FlowIgnore
 
-         var module = parseModule();
 
-         return module;
 
-       } else {
 
-         throw function () {
 
-           return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected instruction in function body" + ", given " + tokenToString(token));
 
-         }();
 
-       }
 
-     }
 
-     /*
 
-      * Parses a function
 
-      *
 
-      * WAT:
 
-      *
 
-      * functype :: ( 'func' t1:vec(param) t2:vec(result) )
 
-      * param    :: ( 'param' id? t:valtype )
 
-      * result   :: ( 'result' t:valtype )
 
-      *
 
-      * WAST:
 
-      *
 
-      * func     :: ( func <name>? <func_sig> <local>* <instr>* )
 
-      *             ( func <name>? ( export <string> ) <...> )
 
-      *             ( func <name>? ( import <string> <string> ) <func_sig> )
 
-      * func_sig :: ( type <var> )? <param>* <result>*
 
-      * param    :: ( param <type>* ) | ( param <name> <type> )
 
-      * result   :: ( result <type>* )
 
-      * local    :: ( local <type>* ) | ( local <name> <type> )
 
-      *
 
-      */
 
-     function parseFunc() {
 
-       var fnName = t.identifier(getUniqueName("func"));
 
-       var typeRef;
 
-       var fnBody = [];
 
-       var fnParams = [];
 
-       var fnResult = []; // name
 
-       if (token.type === tokens.identifier) {
 
-         fnName = identifierFromToken(token);
 
-         eatToken();
 
-       } else {
 
-         fnName = t.withRaw(fnName, ""); // preserve anonymous
 
-       }
 
-       maybeIgnoreComment();
 
-       while (token.type === tokens.openParen || token.type === tokens.name || token.type === tokens.valtype) {
 
-         // Instructions without parens
 
-         if (token.type === tokens.name || token.type === tokens.valtype) {
 
-           fnBody.push(parseFuncInstr());
 
-           continue;
 
-         }
 
-         eatToken();
 
-         if (lookaheadAndCheck(keywords.param) === true) {
 
-           eatToken();
 
-           fnParams.push.apply(fnParams, _toConsumableArray(parseFuncParam()));
 
-         } else if (lookaheadAndCheck(keywords.result) === true) {
 
-           eatToken();
 
-           fnResult.push.apply(fnResult, _toConsumableArray(parseFuncResult()));
 
-         } else if (lookaheadAndCheck(keywords.export) === true) {
 
-           eatToken();
 
-           parseFuncExport(fnName);
 
-         } else if (lookaheadAndCheck(keywords.type) === true) {
 
-           eatToken();
 
-           typeRef = parseTypeReference();
 
-         } else if (lookaheadAndCheck(tokens.name) === true || lookaheadAndCheck(tokens.valtype) === true || token.type === "keyword" // is any keyword
 
-         ) {
 
-             // Instruction
 
-             fnBody.push(parseFuncInstr());
 
-           } else {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in func body" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       return t.func(fnName, typeRef !== undefined ? typeRef : t.signature(fnParams, fnResult), fnBody);
 
-     }
 
-     /**
 
-      * Parses shorthand export in func
 
-      *
 
-      * export :: ( export <string> )
 
-      */
 
-     function parseFuncExport(funcId) {
 
-       if (token.type !== tokens.string) {
 
-         throw function () {
 
-           return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Function export expected a string" + ", given " + tokenToString(token));
 
-         }();
 
-       }
 
-       var name = token.value;
 
-       eatToken();
 
-       /**
 
-        * Func export shorthand, we trait it as a syntaxic sugar.
 
-        * A export ModuleField will be added later.
 
-        *
 
-        * We give the anonymous function a generated name and export it.
 
-        */
 
-       var id = t.identifier(funcId.value);
 
-       state.registredExportedElements.push({
 
-         exportType: "Func",
 
-         name: name,
 
-         id: id
 
-       });
 
-     }
 
-     /**
 
-      * Parses a type instruction
 
-      *
 
-      * WAST:
 
-      *
 
-      * typedef: ( type <name>? ( func <param>* <result>* ) )
 
-      */
 
-     function parseType() {
 
-       var id;
 
-       var params = [];
 
-       var result = [];
 
-       if (token.type === tokens.identifier) {
 
-         id = identifierFromToken(token);
 
-         eatToken();
 
-       }
 
-       if (lookaheadAndCheck(tokens.openParen, keywords.func)) {
 
-         eatToken(); // (
 
-         eatToken(); // func
 
-         if (token.type === tokens.closeParen) {
 
-           eatToken(); // function with an empty signature, we can abort here
 
-           return t.typeInstruction(id, t.signature([], []));
 
-         }
 
-         if (lookaheadAndCheck(tokens.openParen, keywords.param)) {
 
-           eatToken(); // (
 
-           eatToken(); // param
 
-           params = parseFuncParam();
 
-           eatTokenOfType(tokens.closeParen);
 
-         }
 
-         if (lookaheadAndCheck(tokens.openParen, keywords.result)) {
 
-           eatToken(); // (
 
-           eatToken(); // result
 
-           result = parseFuncResult();
 
-           eatTokenOfType(tokens.closeParen);
 
-         }
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       return t.typeInstruction(id, t.signature(params, result));
 
-     }
 
-     /**
 
-      * Parses a function result
 
-      *
 
-      * WAST:
 
-      *
 
-      * result :: ( result <type>* )
 
-      */
 
-     function parseFuncResult() {
 
-       var results = [];
 
-       while (token.type !== tokens.closeParen) {
 
-         if (token.type !== tokens.valtype) {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unexpected token in func result" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-         var valtype = token.value;
 
-         eatToken();
 
-         results.push(valtype);
 
-       }
 
-       return results;
 
-     }
 
-     /**
 
-      * Parses a type reference
 
-      *
 
-      */
 
-     function parseTypeReference() {
 
-       var ref;
 
-       if (token.type === tokens.identifier) {
 
-         ref = identifierFromToken(token);
 
-         eatToken();
 
-       } else if (token.type === tokens.number) {
 
-         ref = t.numberLiteralFromRaw(token.value);
 
-         eatToken();
 
-       }
 
-       return ref;
 
-     }
 
-     /**
 
-      * Parses a global instruction
 
-      *
 
-      * WAST:
 
-      *
 
-      * global:  ( global <name>? <global_sig> <instr>* )
 
-      *          ( global <name>? ( export <string> ) <...> )
 
-      *          ( global <name>? ( import <string> <string> ) <global_sig> )
 
-      *
 
-      * global_sig: <type> | ( mut <type> )
 
-      *
 
-      */
 
-     function parseGlobal() {
 
-       var name = t.identifier(getUniqueName("global"));
 
-       var type; // Keep informations in case of a shorthand import
 
-       var importing = null;
 
-       maybeIgnoreComment();
 
-       if (token.type === tokens.identifier) {
 
-         name = identifierFromToken(token);
 
-         eatToken();
 
-       } else {
 
-         name = t.withRaw(name, ""); // preserve anonymous
 
-       }
 
-       /**
 
-        * maybe export
 
-        */
 
-       if (lookaheadAndCheck(tokens.openParen, keywords.export)) {
 
-         eatToken(); // (
 
-         eatToken(); // export
 
-         var exportName = token.value;
 
-         eatTokenOfType(tokens.string);
 
-         state.registredExportedElements.push({
 
-           exportType: "Global",
 
-           name: exportName,
 
-           id: name
 
-         });
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       /**
 
-        * maybe import
 
-        */
 
-       if (lookaheadAndCheck(tokens.openParen, keywords.import)) {
 
-         eatToken(); // (
 
-         eatToken(); // import
 
-         var moduleName = token.value;
 
-         eatTokenOfType(tokens.string);
 
-         var _name3 = token.value;
 
-         eatTokenOfType(tokens.string);
 
-         importing = {
 
-           module: moduleName,
 
-           name: _name3,
 
-           descr: undefined
 
-         };
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       /**
 
-        * global_sig
 
-        */
 
-       if (token.type === tokens.valtype) {
 
-         type = t.globalType(token.value, "const");
 
-         eatToken();
 
-       } else if (token.type === tokens.openParen) {
 
-         eatToken(); // (
 
-         if (isKeyword(token, keywords.mut) === false) {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unsupported global type, expected mut" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-         eatToken(); // mut
 
-         type = t.globalType(token.value, "var");
 
-         eatToken();
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       if (type === undefined) {
 
-         throw function () {
 
-           return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Could not determine global type" + ", given " + tokenToString(token));
 
-         }();
 
-       }
 
-       maybeIgnoreComment();
 
-       var init = [];
 
-       if (importing != null) {
 
-         importing.descr = type;
 
-         init.push(t.moduleImport(importing.module, importing.name, importing.descr));
 
-       }
 
-       /**
 
-        * instr*
 
-        */
 
-       while (token.type === tokens.openParen) {
 
-         eatToken();
 
-         init.push(parseFuncInstr());
 
-         eatTokenOfType(tokens.closeParen);
 
-       }
 
-       return t.global(type, init, name);
 
-     }
 
-     /**
 
-      * Parses a function param
 
-      *
 
-      * WAST:
 
-      *
 
-      * param    :: ( param <type>* ) | ( param <name> <type> )
 
-      */
 
-     function parseFuncParam() {
 
-       var params = [];
 
-       var id;
 
-       var valtype;
 
-       if (token.type === tokens.identifier) {
 
-         id = token.value;
 
-         eatToken();
 
-       }
 
-       if (token.type === tokens.valtype) {
 
-         valtype = token.value;
 
-         eatToken();
 
-         params.push({
 
-           id: id,
 
-           valtype: valtype
 
-         });
 
-         /**
 
-          * Shorthand notation for multiple anonymous parameters
 
-          * @see https://webassembly.github.io/spec/core/text/types.html#function-types
 
-          * @see https://github.com/xtuc/webassemblyjs/issues/6
 
-          */
 
-         if (id === undefined) {
 
-           while (token.type === tokens.valtype) {
 
-             valtype = token.value;
 
-             eatToken();
 
-             params.push({
 
-               id: undefined,
 
-               valtype: valtype
 
-             });
 
-           }
 
-         }
 
-       } else {// ignore
 
-       }
 
-       return params;
 
-     }
 
-     /**
 
-      * Parses an element segments instruction
 
-      *
 
-      * WAST:
 
-      *
 
-      * elem:    ( elem <var>? (offset <instr>* ) <var>* )
 
-      *          ( elem <var>? <expr> <var>* )
 
-      *
 
-      * var:    <nat> | <name>
 
-      */
 
-     function parseElem() {
 
-       var tableIndex = t.indexLiteral(0);
 
-       var offset = [];
 
-       var funcs = [];
 
-       if (token.type === tokens.identifier) {
 
-         tableIndex = identifierFromToken(token);
 
-         eatToken();
 
-       }
 
-       if (token.type === tokens.number) {
 
-         tableIndex = t.indexLiteral(token.value);
 
-         eatToken();
 
-       }
 
-       while (token.type !== tokens.closeParen) {
 
-         if (lookaheadAndCheck(tokens.openParen, keywords.offset)) {
 
-           eatToken(); // (
 
-           eatToken(); // offset
 
-           while (token.type !== tokens.closeParen) {
 
-             eatTokenOfType(tokens.openParen);
 
-             offset.push(parseFuncInstr());
 
-             eatTokenOfType(tokens.closeParen);
 
-           }
 
-           eatTokenOfType(tokens.closeParen);
 
-         } else if (token.type === tokens.identifier) {
 
-           funcs.push(t.identifier(token.value));
 
-           eatToken();
 
-         } else if (token.type === tokens.number) {
 
-           funcs.push(t.indexLiteral(token.value));
 
-           eatToken();
 
-         } else if (token.type === tokens.openParen) {
 
-           eatToken(); // (
 
-           offset.push(parseFuncInstr());
 
-           eatTokenOfType(tokens.closeParen);
 
-         } else {
 
-           throw function () {
 
-             return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unsupported token in elem" + ", given " + tokenToString(token));
 
-           }();
 
-         }
 
-       }
 
-       return t.elem(tableIndex, offset, funcs);
 
-     }
 
-     /**
 
-      * Parses the start instruction in a module
 
-      *
 
-      * WAST:
 
-      *
 
-      * start:   ( start <var> )
 
-      * var:    <nat> | <name>
 
-      *
 
-      * WAT:
 
-      * start ::= ‘(’ ‘start’  x:funcidx ‘)’
 
-      */
 
-     function parseStart() {
 
-       if (token.type === tokens.identifier) {
 
-         var index = identifierFromToken(token);
 
-         eatToken();
 
-         return t.start(index);
 
-       }
 
-       if (token.type === tokens.number) {
 
-         var _index2 = t.indexLiteral(token.value);
 
-         eatToken();
 
-         return t.start(_index2);
 
-       }
 
-       throw new Error("Unknown start, token: " + tokenToString(token));
 
-     }
 
-     if (token.type === tokens.openParen) {
 
-       eatToken();
 
-       var startLoc = getStartLoc();
 
-       if (isKeyword(token, keywords.export)) {
 
-         eatToken();
 
-         var node = parseExport();
 
-         var _endLoc2 = getEndLoc();
 
-         return t.withLoc(node, _endLoc2, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.loop)) {
 
-         eatToken();
 
-         var _node = parseLoop();
 
-         var _endLoc3 = getEndLoc();
 
-         return t.withLoc(_node, _endLoc3, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.func)) {
 
-         eatToken();
 
-         var _node2 = parseFunc();
 
-         var _endLoc4 = getEndLoc();
 
-         maybeIgnoreComment();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node2, _endLoc4, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.module)) {
 
-         eatToken();
 
-         var _node3 = parseModule();
 
-         var _endLoc5 = getEndLoc();
 
-         return t.withLoc(_node3, _endLoc5, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.import)) {
 
-         eatToken();
 
-         var _node4 = parseImport();
 
-         var _endLoc6 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node4, _endLoc6, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.block)) {
 
-         eatToken();
 
-         var _node5 = parseBlock();
 
-         var _endLoc7 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node5, _endLoc7, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.memory)) {
 
-         eatToken();
 
-         var _node6 = parseMemory();
 
-         var _endLoc8 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node6, _endLoc8, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.data)) {
 
-         eatToken();
 
-         var _node7 = parseData();
 
-         var _endLoc9 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node7, _endLoc9, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.table)) {
 
-         eatToken();
 
-         var _node8 = parseTable();
 
-         var _endLoc10 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node8, _endLoc10, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.global)) {
 
-         eatToken();
 
-         var _node9 = parseGlobal();
 
-         var _endLoc11 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node9, _endLoc11, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.type)) {
 
-         eatToken();
 
-         var _node10 = parseType();
 
-         var _endLoc12 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node10, _endLoc12, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.start)) {
 
-         eatToken();
 
-         var _node11 = parseStart();
 
-         var _endLoc13 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node11, _endLoc13, startLoc);
 
-       }
 
-       if (isKeyword(token, keywords.elem)) {
 
-         eatToken();
 
-         var _node12 = parseElem();
 
-         var _endLoc14 = getEndLoc();
 
-         eatTokenOfType(tokens.closeParen);
 
-         return t.withLoc(_node12, _endLoc14, startLoc);
 
-       }
 
-       var instruction = parseFuncInstr();
 
-       var endLoc = getEndLoc();
 
-       maybeIgnoreComment();
 
-       if (_typeof(instruction) === "object") {
 
-         if (typeof token !== "undefined") {
 
-           eatTokenOfType(tokens.closeParen);
 
-         }
 
-         return t.withLoc(instruction, endLoc, startLoc);
 
-       }
 
-     }
 
-     if (token.type === tokens.comment) {
 
-       var _startLoc = getStartLoc();
 
-       var builder = token.opts.type === "leading" ? t.leadingComment : t.blockComment;
 
-       var _node13 = builder(token.value);
 
-       eatToken(); // comment
 
-       var _endLoc15 = getEndLoc();
 
-       return t.withLoc(_node13, _endLoc15, _startLoc);
 
-     }
 
-     throw function () {
 
-       return new Error("\n" + codeFrameFromSource(source, token.loc) + "\n" + "Unknown token" + ", given " + tokenToString(token));
 
-     }();
 
-   }
 
-   var body = [];
 
-   while (current < tokensList.length) {
 
-     body.push(walk());
 
-   }
 
-   return t.program(body);
 
- }
 
 
  |