0

I try to parse Fortran code with keyword which are caseless with Tatsu h! Is there a smarter way to define the keyword caseless than these :

@@ keyword :: integer INTEGER etc...

Thanks

1 Answers1

0

You may use the @@ignorecase directive, as explained here

Apalala
  • 9,017
  • 3
  • 30
  • 48