Author Topic: Lexer how to  (Read 4792 times)

Offline comsytec

  • Multiple posting newcomer
  • *
  • Posts: 58
    • www.comsytec.com
Lexer how to
« on: March 26, 2013, 03:56:59 pm »
Is there some guide about how to create lexer file(s) ?

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: Lexer how to
« Reply #1 on: March 26, 2013, 04:00:25 pm »
The simplest way is to look at the scintilla code of other lexers, and to search fot the used class. Perhaps you could find any doc on the Scintilla site.
« Last Edit: March 27, 2013, 03:31:11 pm by Folco »
Kernel Extremist - PedroM power ©

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Lexer how to
« Reply #2 on: March 26, 2013, 08:00:33 pm »