CompilerTeaching / Pegmatite

A library for reusable parsers
http://compilerteaching.github.io/pegmatite/
BSD 2-Clause "Simplified" License
16 stars 9 forks source link

Change C-style to C++ casts. #13

Closed trombonehero closed 9 years ago

trombonehero commented 9 years ago

This makes Clang happier with lots of warnings enabled (specifically -Wold-style-casts, which is included in -Weverything).

davidchisnall commented 9 years ago

Merged.