manoja328 / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
1 stars 1 forks source link

Regex not perfect #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Comment stripping function needs better regular expressions to handle
streaming comments

Original issue reported on code.google.com by frank.zhao.main@gmail.com on 27 Sep 2009 at 5:19

GoogleCodeExporter commented 9 years ago
CodePreProcess class created, library and function hunting methods now 
identical to
Arduino (uses same regex strings), but comment stripping and brace collapsing is
custom (iterates through every character)

Needs more testing

Original comment by frank.zhao.main@gmail.com on 28 Sep 2009 at 7:31

GoogleCodeExporter commented 9 years ago

Original comment by frank.zhao.main@gmail.com on 17 Aug 2010 at 5:44