NO

Author Topic: Syntax parser for .ispc  (Read 5748 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Syntax parser for .ispc
« on: October 10, 2019, 11:18:00 AM »
Syntax parser for Intel SPMD Program Compiler
Doesn't work well when insert a file to project, maybe a problem with 4 chars in ".ispc"

EDIT: Scanner stub function added, as Pelle informed that it needs that.
« Last Edit: October 14, 2019, 05:10:17 PM by TimoVJL »
May the source be with you

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Syntax parser for .ispc
« Reply #1 on: October 13, 2019, 10:50:44 PM »
Doesn't work well when insert a file to project, maybe a problem with 4 chars in ".ispc"
No known limitations on the length of a file extension, but it doesn't work well here either. Not sure why, I will have to investigate some day...

EDIT: Actually, right now a dependency scanner (AddFile.pfnScanner = Scanner) seems mandatory...
« Last Edit: October 14, 2019, 12:07:04 AM by Pelle »
/Pelle