binast / binjs-ref

Reference implementation for the JavaScript Binary AST format

Home Page:https://binast.github.io/binjs-ref/binjs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove untagged tuple

arai-a opened this issue · comments

Untagged tuple is not used.
We should remove it.

The objective of this work is to:

  • inline the contents of this method into its (only) caller tagged_tuple, a few lines below;
  • get rid of
    • TokenReader::enter_untagged_tuple_at
    • TokenReader::exit_untagged_tuple_at
    • all the tests that test specifically these methods
  • fix whatever breaks :)