Skip to content
  • Adam Nelson's avatar
    Parser improvements, comminst support · dea983cd
    Adam Nelson authored
    Removed a special case in the parser for FuncRefV constants, which
    required every SSA variable to have a known type. This required
    BundleParser to be rearranged to parse everything else before function
    bodies, making functions available to functions defined above them
    (something the spec requires, so that's progress!)
    
    Also added support for COMMINST in the parser.
    dea983cd