Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 379 Bytes

File metadata and controls

14 lines (10 loc) · 379 Bytes

phoc-dev

Implementations of hoc with PEG.

PEG tool used: peg/leg

phoc1: phoc version 1

  • Build on peg/leg example dc.peg as the starting point.
  • Support for floating point numbers added.
  • Support for unary minus added.
  • Major learning point: PEG's greedy matching (for details check phoc1.peg).