Skip to content
  • Xavier Leroy's avatar
    Refactor cparser/Parse.ml · 45af10b3
    Xavier Leroy authored
    - Use pipeline notation `|>` for legibility and better GC behavior
      (in bytecode at least).
    - Introduce auxiliary functions.
    - Remove useless function parameters.
    - Fix the timing of the "Emulations" pass
      (because of an extra parameter, what was timed took zero time).
    45af10b3