Maxime, I started working on the parser and notice that you use a "HashMap" in parser/ast-passes.js . This type of object is not defined in the ECMAScript specification. Can you modify your code to not use non-standard features, or provide a portable implementation of HashMaps. Marc
Afficher les réponses par date
I do provide an implementation. It's under utility/hashmap.js I try to stay away from V8-specific features. Speaking of which, do we want to support V8's const statement? - Maxime
Maxime, I started working on the parser and notice that you use a "HashMap" in parser/ast-passes.js . This type of object is not defined in the ECMAScript specification. Can you modify your code to not use non-standard features, or provide a portable implementation of HashMaps.
Marc
_______________________________________________ Tachyon-list mailing list Tachyon-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/tachyon-list
participants (2)
-
chevalma@iro.umontreal.ca -
Marc Feeley