News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Syntax parser for .ispc

Started by TimoVJL, October 10, 2019, 11:18:00 AM

Previous topic - Next topic

TimoVJL

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.
May the source be with you

Pelle

#1
Quote from: TimoVJL on October 10, 2019, 11:18:00 AM
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...
/Pelle