Despite the documentation recommending JSON for more complex Julia parsers, the only complex Julia parser I could find here is written in the BISON/YACC format. Makes it harder to confirm how API functions such as this.pushState() translate into Julia.
Despite the documentation recommending JSON for more complex Julia parsers, the only complex Julia parser I could find here is written in the BISON/YACC format. Makes it harder to confirm how API functions such as
this.pushState()translate into Julia.