Posted 17 years ago
by David Chang
-
Software Engineer,
a.i. solutions, Inc.
Hi,
I am developing the syntax editor parse a language we have using the semantic parser generator provide with the Syntax editor software.
The parser generate works great but we start seeing slow down in the syntax editor once it contains 8000 lines of code. At this point, every character typed will result in a one second lag.
Is there a possibility to have the parser perform partial parses and thereby increase response time?
Thanks!
I am developing the syntax editor parse a language we have using the semantic parser generator provide with the Syntax editor software.
The parser generate works great but we start seeing slow down in the syntax editor once it contains 8000 lines of code. At this point, every character typed will result in a one second lag.
Is there a possibility to have the parser perform partial parses and thereby increase response time?
Thanks!