Book a Demo

Author Topic: Can import be set to ignore parse errors?  (Read 2993 times)

Ron Lehmer

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Can import be set to ignore parse errors?
« on: February 10, 2014, 03:01:35 pm »
I'm new to EA and I was importing existing C++ code that includes FormFeed characters to aid in formatting prints of source code.  EA seems to stumble on FF when it parses; any way to teach EA to ignore FF in source code?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Can import be set to ignore parse errors?
« Reply #1 on: February 10, 2014, 10:00:16 pm »
No. You can't modify the parser for build-in languages. Report a bug (bottom right of this page) and use a pre-processor externally in the meantime.

q.