robrix / Hammer

Parsing and pattern matching in Objective-C
BSD 3-Clause "New" or "Revised" License
75 stars 1 forks source link

Lex and parse #14

Closed robrix closed 10 years ago

robrix commented 10 years ago

Lexing and parsing have very similar silhouettes, but lexing in a pass ahead of the parse allows for convenient filtering of e.g. whitespace.