j
k
j a
j l
Hi
What is the best way to handle pre-processor directives with PetitParser without polluting the parsing too much? Any suggestions?
unit forms; interface {$IFDEF WINDOWS} uses bla; {$ENDIF} {$IFDEF LINUX} uses bla2; {$ENDIF}
Diego & Stephan
Back to the thread
Back to the list