CompilerTeaching / Pegmatite

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

Add const_iterator methods to ASTList. #19

Closed trombonehero closed 8 years ago

trombonehero commented 8 years ago

ASTList already has non-const iterator methods... this commit adds const_iterator variants.

trombonehero commented 8 years ago

ping